1.0.2 • Published 11 years ago

wintersmith-pngquant v1.0.2

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

wintersmith-pngquant

pngquant plugin for Wintersmith

Installing

Install using wintersmith plugin install pngquant

or install globally/locally using npm

npm install [-g] wintersmith-pngquant

and add wintersmith-pngquant to your config.json

{
  "plugins": [
    "wintersmith-pngquant"
  ]
}

Options

Add a pngquant object to your wintersmith config, defaults shown here, see http://pngquant.org/ for more info.

Speed defaults to 11 (fastest) when previewing and 1 (best quality) when building.

{
  "pngquant": {
    "ncolors": 256,
    "speed": 1/11,
    "quality": null,
    "nofs": false
  }
}
1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago