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 Rotate from './lib_components/rotate'; import IM from './utils/global-object'; IM.init(); module.exports = Rotate;