@novely/particles

0.9.0 • Public • Published

@novely/particles

Particles effect based on ts-particles.

Usage

import { showParticles, hideParticles } from '@novely/particles';

const snow = {
  // @see https://particles.js.org/
  ...
};

engine.script({
  start: [
    /**
     * Will show particles
     */
    engine.action.custom(showParticles(snow)),
    /**
     * Will hide particles
     */
    engine.action.custom(hideParticles()),
  ]
});

Additional Info

CSS zIndex of layer with particles is 2.

Package Sidebar

Install

npm i @novely/particles

Weekly Downloads

75

Version

0.9.0

License

ISC

Unpacked Size

805 kB

Total Files

16

Last publish

Collaborators

  • artemis69