@benev/batchimage
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

🖼️⚙️ @benev/batchimage

command-line tool for converting and compressing images

  • it reads images from one folder, and outputs copies into another folder.
  • it's recursive, and the output directory will have the same structure.
  • assuming you've installed nodejs, you do it like this:
    npx @benev/batchimage \
      --in "assets" \
      --out "x/assets" \
      --format "webp" \
      --quality "75" \
      --size "800"
  • run npx @benev/batchimage +help for more info.

Package Sidebar

Install

npm i @benev/batchimage

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

79 kB

Total Files

30

Last publish

Collaborators

  • chasemoskal