coherent-gameface-interaction-manager
Version:
Library for the most common UI interactions
12 lines (8 loc) • 492 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Coherent Labs AD. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import Draggable from './lib_components/draggable';
import IM from './utils/global-object';
IM.init();
module.exports = Draggable;