feat: support opacity

This commit is contained in:
Anthony Fu
2024-02-24 16:17:06 +01:00
parent b572eca81d
commit 3bce13f65f
3 changed files with 7 additions and 3 deletions

View File

@@ -4,8 +4,9 @@ Fork of [rough-notation](https://github.com/rough-stuff/rough-notation)
Changes in this fork:
- Expose config and data types
- Expose types
- Support custom `class` option
- Support custom `opacity` option for strokes
- Support passing through all options to RoughJS for full customization
- Support `getConfig` and `setConfig` methods
- Improved build assets with `.cjs` and `.mjs`