UNPKG

@tsparticles/configs

Version:

tsParticles demo configurations

14 lines (13 loc) 525 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const warp_js_1 = __importDefault(require("./warp.js")); const wobble_js_1 = __importDefault(require("./wobble.js")); const wobbleBig_js_1 = __importDefault(require("./wobbleBig.js")); exports.default = { warp: warp_js_1.default, wobble: wobble_js_1.default, wobbleBig: wobbleBig_js_1.default, };