1.0.5 • Published 6 years ago

image-optimization-comparator v1.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Image optimization comparator app.

An app to compare the size of source images to the output of an optimization plugin run at build time. FOr example, pair with copy-webpack-plugin and imagemin-webpack-plugin

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

npm:

npm i --save-dev image-optimization-comparator

yarn:

yarn add -D image-optimization-comparator

See example.js for an example of running the app. Alternatively run from the command line.

node [script] [file size range e.g. 100-400] [preview: -p on/-x off] [sort: file/size/percent] [src directory] [web directory]

e.g.

node example 100-400 -p file /src/ /web/

Authors

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago