embed-particle

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i embed-particle

Weekly Downloads

3

Version

0.0.3

License

MIT

Last publish

Collaborators

  • builden