Thumbnails with NodeJS

2

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.

    
asked by anonymous 18.01.2017 / 12:29

1 answer

1

After a few attempts, using the SHARP module, I was able to create thumbnails , using resize.

    
26.01.2017 / 19:58