@tsparticles/plugin-motion
Version:
tsParticles motion sickness plugin
9 lines (8 loc) • 353 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.loadMotionPlugin = loadMotionPlugin;
const MotionPlugin_js_1 = require("./MotionPlugin.js");
async function loadMotionPlugin(engine, refresh = true) {
engine.checkVersion("3.9.1");
await engine.addPlugin(new MotionPlugin_js_1.MotionPlugin(engine), refresh);
}
;