1.0.0 • Published 1 year ago

heic-conversor v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Heic Conversor

A CLI tool to convert HEIC images to JPG or PNG.

How to install

$ npm install -g heic-conversor

How to use

To see all the options available, run:

$ heic-conversor --help

If you want to convert a HEIC image to JPG, run:

$ heic-conversor -f jpg -p /path/to/image.heic

If you want to convert a HEIC image to PNG, run:

$ heic-conversor -f png -p /path/to/image.heic

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.0

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago