mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
commit
8e8f72fefa
2
wordcloud/index.d.ts
vendored
2
wordcloud/index.d.ts
vendored
@ -47,7 +47,7 @@ declare namespace WordCloud {
|
||||
/** origin of the “cloud” in [x, y]. */
|
||||
origin?: [number, number];
|
||||
/** set to true to allow word being draw partly outside of the canvas. Allow word bigger than the size of the canvas to be drawn. */
|
||||
drawOutOfBounds?: boolean;
|
||||
drawOutOfBound?: boolean;
|
||||
|
||||
/** visualize the grid by draw squares to mask the drawn areas. */
|
||||
drawMask?: boolean;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user