UNPKG

@tsparticles/plugin-export-image

Version:

tsParticles export image plugin

9 lines (8 loc) 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.loadExportImagePlugin = loadExportImagePlugin; const ExportImagePlugin_js_1 = require("./ExportImagePlugin.js"); async function loadExportImagePlugin(engine, refresh = true) { engine.checkVersion("3.9.1"); await engine.addPlugin(new ExportImagePlugin_js_1.ExportImagePlugin(engine), refresh); }