A simple HEIC to jpg converter. Converts .HEIC image file(s) into the more usable .jpg format.
npm install -g heic-to-jpg OR yarn global add heic-to-jpg
Or run:
npx heic-to-jpg
heic-to-jpg <command> [option]
Enter in a file name or directory as the first argument and the app will convert it.
heic-to-jpg example.HEIC -> example.jpg
help Print help info
-d, --debug Print debug info Default: false
-v, --version Print CLI version Default: false