salsify-image-downloader
v2.0.6
Published
Fetches Salsify images and compresses/resizes them for web.
Downloads
2
Keywords
Readme
Salsify Image Downloader
Fetches Salsify images and compresses/resizes them for web.
Installation
yarn add escaladesports/salsify-image-downloader#v1.0.0
Usage
const salsifyImgs = require('salsify-image-downloader')
salsifyImgs({
in: './json',
out: './img'
})
.then(() => console.log('Done!'))
.catch(console.error)