@novely/particles
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

@novely/particles

Эффект частиц на основе ts-particles

Использование

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

const snow = {
  // Смотрите больше здесь
  // @see https://particles.js.org/
  ...
};

engine.withStory({
  start: [
    /**
     * Показывает частицы
     */
    engine.action.custom(showParticles(snow)),
    /**
     * Скрывает частицы
     */
    engine.action.custom(hideParticles()),
  ]
});

Дополнительная информация

CSS zIndex слоя с частицами - 2.

Package Sidebar

Install

npm i @novely/particles

Weekly Downloads

8

Version

0.6.0

License

ISC

Unpacked Size

837 kB

Total Files

6

Last publish

Collaborators

  • artemis69