Skip to content
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

Compare
Choose a tag to compare
@padewitte padewitte released this 31 Jan 07:25
· 63 commits to master since this release

Features

  • Modifications to include smart guide from MyScriptJS
    • New disablesmartguide property to disable smart guide.
    • New disablesmartguidefadeout and smartguidefadeoutduration to disable smart guide fadeout or modify the duration.
  • 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 the theme property (see the example).

Breaking changes

  • importContent() and exportContent() respectively renamed to import_() and export_().
  • importInk(strokes) changed to pointerEvents(events).

v4.0.1