- import { NodeEditor } from "../index";
- var globalObject = (typeof global !== 'undefined') ? global : ((typeof window !== 'undefined') ? window : undefined);
- if (typeof globalObject !== "undefined") {
- (<any>globalObject).BABYLON = (<any>globalObject).BABYLON || {};
- (<any>globalObject).BABYLON.NodeEditor = NodeEditor;
- }
- export * from "../index";
|