UNPKG

380 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.loadExternalGrabInteraction = void 0;
4const Grabber_1 = require("./Grabber");
5function loadExternalGrabInteraction(tsParticles) {
6 tsParticles.addInteractor("externalGrab", (container) => new Grabber_1.Grabber(container));
7}
8exports.loadExternalGrabInteraction = loadExternalGrabInteraction;