1.0.0 • Published 8 years ago

kraken-images v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

kraken

Node module to optimize all your images locally with the powerful Kraken.io API

How to use

var kraken = require('kraken-images');
var path = require('path');

kraken({
    src: path.join(__dirname + '/src/'),
    dest: path.join(__dirname + '/build/'),
    kraken : {
        api_key: 'your_api_key',
        api_secret: 'your_api_secret'
    }
})
1.0.0

8 years ago