ng2-canvas-whiteboard
ng2-canvas-whiteboard copied to clipboard
cannot upload any image to the whiteboard
is there any functionality implemented in this library to upload image on the canvas. need help ASAP thanks.
You cannot upload directly, but you can can use a base64 image or a path to a resource.
https://github.com/webfactorymk/ng2-canvas-whiteboard#imageurl-string-optional
As for some help for the immediate future you can upload an image and use the FileReader to read the image and transform it to a base64 form and use the imageUrl input.
thanks, @Peshou this seems helpful