JSPM

exifremove-cli

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q33238F
  • License MIT

CLI for a dependency-free Node.js module that removes EXIF metadata from JPEG images

Package Exports

  • exifremove-cli

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (exifremove-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

exifremove-cli

Command-line interface that utilizes exifremove to remove EXIF metdata from JPEG images.

Installation

Normal Installation

npm install -g exifremove-cli

Development Installation

  1. cd into project root. (containing the main exifremove module)
  2. Run npm link to link it to global node_modules.
  3. cd back into CLI folder, run npm link exifremove to link exifremove dependency to the linked version made in the previous step.
  4. Run npm install to install the remaining CLI dependencies.

Usage

exifremove [image0] ... [imageN]

Options:
--version            Show version number                             [boolean]
-v, --verbose        Print extra messages                              [count]
--km, --keep-marker  Keeps the APP1 marker in the JPEG               [boolean]
-h, --help           Show help                                       [boolean]