@tsparticles/configs
Version:
tsParticles demo configurations
24 lines (23 loc) • 958 B
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
(function (factory) {
if (typeof module === "object" && typeof module.exports === "object") {
var v = factory(require, exports);
if (v !== undefined) module.exports = v;
}
else if (typeof define === "function" && define.amd) {
define(["require", "exports", "./warp.js", "./wobble.js", "./wobbleBig.js"], factory);
}
})(function (require, exports) {
"use strict";
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,
};
});