Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/minho42/heic-converter-js

Node CLI program that converts HEIC to jpg
https://github.com/minho42/heic-converter-js

heic-to-jpg

Last synced: 16 days ago
JSON representation

Node CLI program that converts HEIC to jpg

Awesome Lists containing this project

README

        

CLI program that converts HEIC to jpg

### Install
```shell
npm i
```

### Use
```shell
# image.HEIC -> image.jpg
node index.js -f image.HEIC
node index.js -f image.HEIC -q 0.5
```

### Help
```shell
❯ node index.js -h
Usage: index [options]

Options:
-f, --filename
-q, --quality quality (default: "0.5")
-h, --help display help for command

```