Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Optimization API

Basic Node.js server for handling image editing requests

How to use

Start the server

npm run dev

Make requests

curl -X POST -F "image=@/absolute/path/image.jpg" "http://localhost:3000/convert?format=png" --output /absolute/path/converted-image.png

About

Basic Node.js server for handling image editing requests

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages