bulkop

Bulk image optimization tool.

Usage no npm install needed!

<script type="module">
  import bulkop from 'https://cdn.skypack.dev/bulkop';
</script>

README

bulkop

NPM Version License Build Status NPM Downloads

Bulk image optimization tool.

Installation

npm install bulkop --save

Usage

Use as a node module

var bulkop = require('bulkop')

bulkop('path/to/the/folder/of/images')

Use as a CLI tool

Install as a global module:

$ npm install bulkop -g

Open CLI and navigate to the directory contains your images, use the command to optimize all images under the directory, including sub directories:

bulkop

You could also specify a relative sub directory:

bulkop images/

Screenshot

Bulkop

License

MIT © Leo Deng