Skip to content

Commit 490e450

Browse files
authored
Update README.md
1 parent 2c2df3f commit 490e450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Configuration Options
6060
| undoSteps | Number | 15 | number of undo/redo steps to maintain |
6161
| imageFormat | String | png | image format when calling toDataURL, can be png or jpeg |
6262
| 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 |
6464
| 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 |
6565
| defaultDataType | Enumeration (string) | json | The Type of initial data, can be either json or url |
6666

0 commit comments

Comments
 (0)