Simple Image Converter build using Node.js
and JIMP
library (library for image processing). I build this website so I can learn
how file especially image input and output works in Node.js
application.
- Clone the repository
git clone https://github.com/NaufalK25/img-converter.git
- Install dependencies
npm install
- Build the application
npm run build
- Run the application
npm run dev
- bmp
- gif
- jpeg
- png
- tiff
Copyright © 2022 Muhammad Naufal Kateni