Skip to content

This is an Image Resizer app created using Node.js. Its usage is simplified and done using only a CLI.

Notifications You must be signed in to change notification settings

tiagosabbioni/image-resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-resizer

This is a simple image resizing project I've made for studying. It was built using Node.js and mainly the Sharp module. The usage is very simple, you just need to put the image file inside the program folder and then run the command below in a command line interface:

node app (FILE_NAME) (NEW_WIDTH)

It's good to mention that the resizer will always keep the aspect ratio of the original image, without stretching or cropping it.

About

This is an Image Resizer app created using Node.js. Its usage is simplified and done using only a CLI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published