mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 12:27:53 +00:00
6 lines
333 B
TypeScript
6 lines
333 B
TypeScript
|
// This file will be exported as it's own bundle (separate to the main bundle). This is because the main
|
||
|
// bundle requires `window` to be present and so can't be imported into a Node environment.
|
||
|
export { INITIAL_SCENE } from 'src/config';
|
||
|
export { sceneInput } from 'src/validation/scene';
|
||
|
export const version = PACKAGE_VERSION;
|