# 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.
