2.1.1 • Published 3 years ago

heic-to-jpg v2.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

HEIC to JPG Converter

A simple HEIC to jpg converter. Converts .HEIC image file(s) into the more usable .jpg format.

Installation

npm install -g heic-to-jpg OR yarn global add heic-to-jpg

Or run:

npx heic-to-jpg

Basic Usage

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

COMMANDS

help  Print help info

OPTIONS

-d, --debug    Print debug info Default: false
-v, --version  Print CLI version Default: false

Changelog

❯ Read the changelog here →