0.0.3 • Published 9 years ago

embed-particle v0.0.3

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

embed-particle

embed image in particle plist file

How to use

var ep = require('embed-particle');
var opts = {
  force: true // textureImageData存在,也强制使用textureFileName指向的图片[false]
}
ep.embed(plistPath, destPath, opts, function(err) {});

ep.extract(plistPath, function(err) {});

Installation

npm install --save embed-particle

Tests

npm install
npm test