Skip to content

Blackprint/nodes-pixi.js

Repository files navigation

Pixi.js nodes collection for Browser

NPM Build Status

ToDo: https://github.com/pixijs/filters

Import this nodes from URL

Please specify the version to avoid breaking changes.

Blackprint.loadModuleFromURL([
	'https://cdn.jsdelivr.net/npm/@blackprint/[email protected]/dist/nodes-pixijs.mjs'
], {
	// Turn this on if you want to load .sf.js, and .sf.css
	// only with single .mjs
	loadBrowserInterface: true // set to "false" for Node.js/Deno
});

Development URL

You can use this link to load unpublished nodes and still under development on GitHub. https://cdn.jsdelivr.net/gh/Blackprint/nodes-pixi.js@dist/nodes-pixijs.mjs

Replace dist with your latest commit hash (from dist branch) to avoid cache from CDN.

License

MIT

About

Blackprint nodes for Pixi.js (Browser only)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published