UNPKG

@tsparticles/configs

Version:

tsParticles demo configurations

43 lines (42 loc) 847 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const options = { key: "delayColor", name: "Delay Color", background: { color: { value: "#000", }, }, particles: { color: { value: "#f00", animation: { enable: true, speed: 50, sync: true, delay: { min: 1, max: 3, }, }, }, number: { value: 100, }, size: { value: 5, }, opacity: { value: 1, }, move: { enable: true, }, links: { enable: true, color: "random", }, }, }; exports.default = options;