An open API service indexing awesome lists of open source software.

https://github.com/nishargshah/image-compressor

Image & PDF Compressor using Node.js only
https://github.com/nishargshah/image-compressor

compressor image node pdf

Last synced: 7 months ago
JSON representation

Image & PDF Compressor using Node.js only

Awesome Lists containing this project

README

          

# Image-Compressor
Image & PDF Compressor using Node.js only

```
# install dependencies
$ npm install

# serve using node
$ npm start

# serve using nodemon
$ npm run start:dev

# serve using docker
$ docker-compose build
$ docker-compose up

# offline your docker serve
$ docker-compose down
```