heic2jpg
Version:
Converts HEIC files to jpg
18 lines (11 loc) • 303 B
Markdown
# Converter from HEIC to JPG
This simple converter can easily be used in cli to convert any `.heic` file into `.jpg`.
## Installation
```shell
npm install -g heic2jpg
```
## Usage
```shell
heic2jpg path/of/sample1.heic path/of/sample2.heic
```
`./sample1.jpg` and `./sample2.jpg` will be created.