@tsparticles/plugin-export-video
Version:
tsParticles export video plugin
9 lines (8 loc) • 388 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.loadExportVideoPlugin = loadExportVideoPlugin;
const ExportVideoPlugin_js_1 = require("./ExportVideoPlugin.js");
async function loadExportVideoPlugin(engine, refresh = true) {
engine.checkVersion("3.9.1");
await engine.addPlugin(new ExportVideoPlugin_js_1.ExportVideoPlugin(engine), refresh);
}