UNPKG

coherent-gameface-interaction-manager

Version:
12 lines (8 loc) 483 B
/*--------------------------------------------------------------------------------------------- * Copyright (c) Coherent Labs AD. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ import Resize from './lib_components/resize'; import IM from './utils/global-object'; IM.init(); module.exports = Resize;