How can I generate thumbnails of images I get in the base64 format with NodeJS? I currently save only the original but would like to create the thumb of each.
How can I generate thumbnails of images I get in the base64 format with NodeJS? I currently save only the original but would like to create the thumb of each.
After a few attempts, using the SHARP module, I was able to create thumbnails , using resize.