Pratik Khadka
Pratik Khadka
``` const historyUpdates: Array = this.CanvasWhiteboardComponent.getDrawingHistory(); ``` Getting the above error while getting the array of string from the drawingHistory. on this line of code: ** this.historyUpdates.map(update => update.stringify()) ;**...
`core.js:6228 ERROR TypeError: Cannot read property 'isVisible' of undefined at CanvasWhiteboardComponent._swapCompletedShapeToActualCanvas (ng2-canvas-whiteboard.js:1570) at CanvasWhiteboardComponent._draw (ng2-canvas-whiteboard.js:1544) at ng2-canvas-whiteboard.js:1667 at Array.forEach () at CanvasWhiteboardComponent.drawUpdates (ng2-canvas-whiteboard.js:1662) at SafeSubscriber._next (ng2-canvas-whiteboard.js:1036) at SafeSubscriber.__tryOrUnsub (Subscriber.js:183) at...
is there any functionality implemented in this library to upload image on the canvas. need help ASAP thanks.