Package Exports
- particle-ins
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (particle-ins) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Particle-ins
Description
Particle-ins is a library to quickly and efficiently create particle effects.
Written in Typescript, uses WebGL for rendering.
Installation
$> npm install particle-ins
Usage
Import the library.
import * as particle-ins from "particle-ins";
Or if you prefer
import { ParticleSystem, ...etc } from "particle-ins";
Demo
Live demo! http://emilsunesson.com/code