This repository was archived by the owner on Jan 4, 2021. It is now read-only.
v4.0.0
Features
- Change the underlying
InkPaper
editor to a newEditor
class. - New events to be notified of editor changes.
- New
penStyle
property. Used to change current pen style. - New
theme
property. Used to change the editor's theme. - New
configuration
property. Changing the configuration will clear the underlying editor, all currents strokes and results will be lost.
Breaking changes
- Complete rewrite with ES6 syntax
- Internal design improved to allow extensibility and support of upcoming recognition types. See the documentation and examples to discover new behavior.
- Removal of all deprecated attributes and methods
- All configuration has been merged into the
configuration
property. - All events has been renamed.
getAvailableLanguages()
have been moved outside the editor. You can use it to retrieve the list of available languages for your configuration.