@tsparticles/configs
Version:
tsParticles demo configurations
62 lines (61 loc) • 3.28 kB
JavaScript
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const seaAnemone_js_1 = __importDefault(require("./seaAnemone.js"));
const shadow_js_1 = __importDefault(require("./shadow.js"));
const shapeArrow_js_1 = __importDefault(require("./shapeArrow.js"));
const shapeCog_js_1 = __importDefault(require("./shapeCog.js"));
const shapeEmoji_js_1 = __importDefault(require("./shapeEmoji.js"));
const shapeEmojiPadding_js_1 = __importDefault(require("./shapeEmojiPadding.js"));
const shapeHeart_js_1 = __importDefault(require("./shapeHeart.js"));
const shapeInfinity_js_1 = __importDefault(require("./shapeInfinity.js"));
const shapeMultilineText_js_1 = __importDefault(require("./shapeMultilineText.js"));
const shapeOptions_js_1 = __importDefault(require("./shapeOptions.js"));
const shapePath_js_1 = __importDefault(require("./shapePath.js"));
const shapeRoundedPolygon_js_1 = __importDefault(require("./shapeRoundedPolygon.js"));
const shapeRoundedRect_js_1 = __importDefault(require("./shapeRoundedRect.js"));
const shapeSpiral_js_1 = __importDefault(require("./shapeSpiral.js"));
const slow_js_1 = __importDefault(require("./slow.js"));
const snow_js_1 = __importDefault(require("./snow.js"));
const soundsAudio_js_1 = __importDefault(require("./soundsAudio.js"));
const soundsLoop_js_1 = __importDefault(require("./soundsLoop.js"));
const soundsMelodies_js_1 = __importDefault(require("./soundsMelodies.js"));
const soundsMelodyLoop_js_1 = __importDefault(require("./soundsMelodyLoop.js"));
const soundsNotes_js_1 = __importDefault(require("./soundsNotes.js"));
const speedDecay_js_1 = __importDefault(require("./speedDecay.js"));
const spin_js_1 = __importDefault(require("./spin.js"));
const star_js_1 = __importDefault(require("./star.js"));
const strokeAnimation_js_1 = __importDefault(require("./strokeAnimation.js"));
const style_js_1 = __importDefault(require("./style.js"));
const svgReplace_js_1 = __importDefault(require("./svgReplace.js"));
exports.default = {
seaAnemone: seaAnemone_js_1.default,
shadow: shadow_js_1.default,
shapeArrow: shapeArrow_js_1.default,
shapeCog: shapeCog_js_1.default,
shapeEmoji: shapeEmoji_js_1.default,
shapeEmojiPadding: shapeEmojiPadding_js_1.default,
shapeHeart: shapeHeart_js_1.default,
shapeInfinity: shapeInfinity_js_1.default,
shapeMultilineText: shapeMultilineText_js_1.default,
shapeOptions: shapeOptions_js_1.default,
shapePath: shapePath_js_1.default,
shapeRoundedPolygon: shapeRoundedPolygon_js_1.default,
shapeRoundedRect: shapeRoundedRect_js_1.default,
shapeSpiral: shapeSpiral_js_1.default,
slow: slow_js_1.default,
snow: snow_js_1.default,
soundsAudio: soundsAudio_js_1.default,
soundsLoop: soundsLoop_js_1.default,
soundsMelodies: soundsMelodies_js_1.default,
soundsMelodyLoop: soundsMelodyLoop_js_1.default,
soundsNotes: soundsNotes_js_1.default,
speedDecay: speedDecay_js_1.default,
spin: spin_js_1.default,
star: star_js_1.default,
strokeAnimation: strokeAnimation_js_1.default,
style: style_js_1.default,
svgReplace: svgReplace_js_1.default,
};