I have gallery manager and drop area( for gallery image).
When files dropped. I use FileReader for read and get base64 data of image.
My goal is resize all images (make thumb/normal image) on client.
Question: May i put base64 in to canvas then resize canvas and get new base64 of resized image?
I have gallery manager and drop area( for gallery image). When files dropped. I
Share
1 Answer