UNPKG

@tsparticles/plugin-export-video

Version:

tsParticles export video plugin

9 lines (8 loc) 388 B
"use strict"; 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); }