@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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.6.01latest

Version History

VersionDownloads (Last 7 Days)Published
0.6.01
0.5.04
0.4.10
0.4.00
0.3.01
0.2.01
0.1.10
0.1.00
0.0.20
0.0.10
0.0.01

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