This repository was archived by the owner on Oct 28, 2024. It is now read-only.
Ng2 Canvas Whiteboard 1.1.1 release
This release fixes the CanvasWhiteboardUpdate serializeToJson() method. This method is also marked as deprecated and the method stringify(onlyShowCoordinatesAndType?: boolean): string should now be used.
This completes the 1.1.0 publish.
The module was tried out on an Angular 4 app and it did not fail to work
Full Changelog for 1.1.x:
- Added colorpicker
- Added touch support (did not work before)
- Added UNDO/REDO and their keyboard support
- Added resize handler which redraws everything on window resize