docs: remove invalid async option from docs (fix #1769) (#1796)

This commit is contained in:
MoyuScript
2019-04-07 22:16:29 -07:00
parent 3053783b76
commit e52193c47e
3 changed files with 0 additions and 4 deletions

View File

@ -11,7 +11,6 @@ These are all of the available configuration options.
| Name | Default | Description |
| ------------- | :------: | ----------- |
| async | `true` | Whether to parse and render the element asynchronously
| allowTaint | `false` | Whether to allow cross-origin images to taint the canvas
| backgroundColor | `#ffffff` | Canvas background color, if none is specified in DOM. Set `null` for transparent
| canvas | `null` | Existing `canvas` element to use as a base for drawing on