coherent-gameface-interaction-manager
Version:
Library for the most common UI interactions
11 lines (9 loc) • 536 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.
*--------------------------------------------------------------------------------------------*/
if (process.env.NODE_ENV === 'production') {
module.exports = require('./esm/interaction-manager.min');
} else {
module.exports = require('./esm/interaction-manager');
}