Skip to content

Commit

Permalink
docs: remove misleading quotes in the default value
Browse files Browse the repository at this point in the history
  • Loading branch information
EscapedGibbon committed Mar 1, 2024
1 parent 4c65b35 commit 4d898c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Features/Operations/Paint mask.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for (const roi of rois) {
| Property | Required | Default value |
| --------------------------------------------------------------------------------------------------------- | -------- | ------------------ |
| [`blend`](https://image-js.github.io/image-js-typescript/interfaces/PaintMaskOnImageOptions.html#blend) | no | `true` |
| [`color`](https://image-js.github.io/image-js-typescript/interfaces/PaintMaskOnImageOptions.html#color) | no | 'opaque black' |
| [`color`](https://image-js.github.io/image-js-typescript/interfaces/PaintMaskOnImageOptions.html#color) | no | black |
| [`origin`](https://image-js.github.io/image-js-typescript/interfaces/PaintMaskOnImageOptions.html#origin) | no | `{column:0,row:0}` |
| [`out`](https://image-js.github.io/image-js-typescript/interfaces/PaintMaskOnImageOptions.html#out) | no | - |

Expand Down

0 comments on commit 4d898c2

Please sign in to comment.