You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2021. It is now read-only.
- Custom resources / grammar support, upload your custom grammar to modify the recognition behaviour (see the [example](./examples/v4/custom_resources.html)).
5
+
- New `penStyleClasses` property. Used to change the theme using classes passed using the `theme` property (see the [example](./examples/non-version-specific/customize_style.html)).
6
+
- No more css background if api is set to `V4`.
7
+
- No more STIX font import needed as the font is now rendered by the server.
8
+
- New `usepointerlisteners` property used to force the pointer events use.
9
+
10
+
## Breaking changes
11
+
In order to be consistent with the native API :
12
+
-`importContent()` and `exportContent()` respectively renamed to `import_()` and `export_()`.
13
+
-`importInk(strokes)` changed to `pointerEvents(events)`.
0 commit comments