0.3.1 • Published 6 years ago

psd2sprite v0.3.1

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

psd2sprite

Build Status npm license

Convert PSD to SpriteSheet.

01.png

Usage

First, install this module in your project.

$ npm install psd2sprite

Import this module to your source code and call like below.

var psd2sprite = require('psd2sprite');

psd2sprite('./target.psd');
// -> Output of ./target_sprite.png and ./target_sprite.json

psd2sprite('./target.psd', './outdir');
// -> Output of ./outdir/target_sprite.png and ./outdir/target_sprite.json

License

This software is released under the MIT License, see LICENSE

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago