embed-particle
v0.0.3
Published
embed image in particle plist file
Downloads
2
Readme
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