17 lines
504 B
JavaScript
17 lines
504 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 gesture from './plugin.js';
|
||
|
|
import interact from "../../interact/index.js";
|
||
|
|
import "../../utils/is.js";
|
||
|
|
import "../../utils/pointerUtils.js";
|
||
|
|
|
||
|
|
/* eslint-disable no-console, eol-last, import/no-duplicates, import/no-extraneous-dependencies, import/order */
|
||
|
|
interact.use(gesture);
|
||
|
|
//# sourceMappingURL=index.js.map
|