This repository was archived by the owner on Jan 4, 2021. It is now read-only.
v4.1.0 (part of iink 1.1) Smart guide, font support, custom ressources, better style management and more
Features
- Modifications to include smart guide from MyScriptJS
- New
disablesmartguide
property to disable smart guide. - New
disablesmartguidefadeout
andsmartguidefadeoutduration
to disable smart guide fadeout or modify the duration.
- New
- New
usepointerlisteners
property used to force the pointer events use. - New guides for text using a svg DOM element behind the model layer and
disableguidelines
to disable the guides. - No more css background if api is set to
V4
. - Google fonts supports (see the example).
- Custom resources support, upload your custom resources to modify the recognition behaviour (see the example).
- New
penStyleClasses
property. Used to change the theme using classes passed using thetheme
property (see the example).
Breaking changes
importContent()
andexportContent()
respectively renamed toimport_()
andexport_()
.importInk(strokes)
changed topointerEvents(events)
.