@tsparticles/configs
Version:
tsParticles demo configurations
24 lines (23 loc) • 1.03 kB
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", "./hexagonPath.js", "./hollowknight.js", "./hyperspace.js"], factory);
}
})(function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const hexagonPath_js_1 = __importDefault(require("./hexagonPath.js"));
const hollowknight_js_1 = __importDefault(require("./hollowknight.js"));
const hyperspace_js_1 = __importDefault(require("./hyperspace.js"));
exports.default = {
hexagonPath: hexagonPath_js_1.default,
hollowknight: hollowknight_js_1.default,
hyperspace: hyperspace_js_1.default,
};
});