Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 362 Bytes

File metadata and controls

7 lines (4 loc) · 362 Bytes

Scenario

Let's launch our own npm package, Create a npm package which take a image URL , it can be a AWS S3 URL or any cloud URL. it takes the URL , process the image and Generate thumbnail of three different sizes - Small,Medium and Large. and store the images in Cloud and return the URL

Problem

Develop a npm package with the above technical scenario