feat!: directly pass through rough js options

This commit is contained in:
Anthony Fu
2024-02-24 15:46:34 +01:00
parent 446eaa36f9
commit 57ec6a67c4
4 changed files with 17 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ Changes in this fork:
- Expose config and data types
- Support custom `class` option
- Support `overrides` option for customizing RoughJS
- Support passing through all options to RoughJS for full customization
- Support `getConfig` and `setConfig` methods
- Improved build assets with `.cjs` and `.mjs`
- `annotation.show()` returns a promise that resolves when the animation is done