20 lines
576 B
JavaScript
20 lines
576 B
JavaScript
/**
|
|
* interact.js 1.10.27
|
|
*
|
|
* Copyright (c) 2012-present Taye Adeyemi <dev@taye.me>
|
|
* Released under the MIT License.
|
|
* https://raw.github.com/taye/interact.js/main/LICENSE
|
|
*/
|
|
|
|
import snappersPlugin from './plugin.js';
|
|
import interact from "../interact/index.js";
|
|
import "../utils/extend.js";
|
|
import './all-QhkClWVN.js';
|
|
import './edgeTarget.js';
|
|
import './elements.js';
|
|
import './grid.js';
|
|
|
|
/* eslint-disable no-console, eol-last, import/no-duplicates, import/no-extraneous-dependencies, import/order */
|
|
interact.use(snappersPlugin);
|
|
//# sourceMappingURL=index.js.map
|