mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-24 02:55:45 +00:00
These modules should be supported by all contemporary browsers, and this transition should resolve most issues related to the explicit import order of the .js files.
5 lines
204 B
JavaScript
5 lines
204 B
JavaScript
export {joystick} from './joystick.js?v=3';
|
|
export {KEY} from './keys.js?v=3';
|
|
export {keyboard} from './keyboard.js?v=3'
|
|
export {retropad} from './retropad.js?v=3';
|
|
export {touch} from './touch.js?v=3';
|