ng2-canvas-whiteboard icon indicating copy to clipboard operation
ng2-canvas-whiteboard copied to clipboard

cannot upload any image to the whiteboard

Open kpratikoc opened this issue 4 years ago • 2 comments

is there any functionality implemented in this library to upload image on the canvas. need help ASAP thanks.

kpratikoc avatar Aug 19 '20 16:08 kpratikoc

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.

Peshou avatar Aug 19 '20 16:08 Peshou

thanks, @Peshou this seems helpful

kpratikoc avatar Aug 20 '20 13:08 kpratikoc