A CLI tool to convert HEIC images to JPG or PNG.
$ npm install -g heic-conversorTo see all the options available, run:
$ heic-conversor --helpIf you want to convert a HEIC image to JPG, run:
$ heic-conversor -f jpg -p /path/to/image.heicIf you want to convert a HEIC image to PNG, run:
$ heic-conversor -f png -p /path/to/image.heicThis project is licensed under the MIT License - see the LICENSE file for details.