coherent-gameface-interaction-manager
Version:
Library for the most common UI interactions
12 lines (8 loc) • 489 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 Dropzone from './lib_components/dropzone';
import IM from './utils/global-object';
IM.init();
module.exports = Dropzone;