imageresize-client
v1.0.5
Published
This repo contains the client library for Mobify's Image Resizing service.
Downloads
11
Readme
Image Resize Client
This repo contains the client library for Mobify's Image Resizing service.
Installation
First, you will need to install grunt-cli and bower globally:
npm install -g grunt-cli bowerThen install the local dependencies:
npm install
bower installTesting
grunt testAnd if you have Saucelabs credentials:
grunt saucelabs