Skip to content

Commit

Permalink
Corrected README: extension is not optional when using IMAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhbw committed Apr 19, 2020
1 parent f0d48e5 commit eba39d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -280,7 +280,7 @@ The JS snippet must return an _image object_ or a Promise of an _image object_,
* `width` in cm
* `height` in cm
* `data`: either an ArrayBuffer or a base64 string with the image data
* `extension` _[optional]_: e.g. `.png`
* `extension`: e.g. `.png`

### `LINK`

Expand Down

0 comments on commit eba39d7

Please sign in to comment.