Image manipulation in javascript

312 Views Asked by At

I am doing a project where we upload images and get a customized image as an output.

For example, when we take a picture from the Oneplus phone, we get their tag line at the image's bottom right Or something like the WFH DP on Facebook (adding templates to our image). We have to make something similar to this.

We are using NodeJS Multer for image uploading. The customization should be done in the backend. Can anybody help me how to proceed with this? Are there any APIs for custom image editing?

Thanks in advance!

1

There are 1 best solutions below

0
Jun On

you can edit your image on canvas even backend

here is canvas module on npm

https://www.npmjs.com/package/canvas

you can use almost function on canvas as a canvas in HTML as possible