UNPKG

@tsparticles/plugin-export-video

Version:

tsParticles export video plugin

6 lines (5 loc) 234 B
import { ExportVideoPlugin } from "./ExportVideoPlugin.js"; export async function loadExportVideoPlugin(engine, refresh = true) { engine.checkVersion("3.9.1"); await engine.addPlugin(new ExportVideoPlugin(engine), refresh); }