You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Configuration Options
60
60
| undoSteps | Number | 15 | number of undo/redo steps to maintain |
61
61
| imageFormat | String | png | image format when calling toDataURL, can be png or jpeg |
62
62
| width | Number | No Value(null)| Set/control the canvas width, if left empty the sketch will scale to parent element |
63
-
| height | Number |No Value(null)| Set/control the canvas height, if left empty the sketch will scale to parent element|
63
+
| height | Number |512 | Set/control the canvas height, if left empty the sketch will take a reasonable default height|
64
64
| defaultData | JSON or data URL || Default initial data, can be json or URL data accroding to configuration option below, in the case of data URL the initial drawing will be improted as an image |
65
65
| defaultDataType | Enumeration (string) | json | The Type of initial data, can be either json or url |
0 commit comments