|
|
hace 8 años | |
|---|---|---|
| .. | ||
| babylon.gui.d.ts | hace 8 años | |
| babylon.gui.js | hace 8 años | |
| babylon.gui.min.js | hace 8 años | |
| babylon.gui.module.d.ts | hace 8 años | |
| package.json | hace 8 años | |
| readme.md | hace 8 años | |
For usage documentation please visit http://doc.babylonjs.com/overviews/gui
Compiled js files (minified and source) are offered on our public CDN here:
To install using npm :
npm install --save babylonjs babylonjs-gui
If using TypeScript, the typing needs to be added to tsconfig.json:
....
"types": [
"babylonjs",
"babylonjs-gui",
"angularFTW"
],
....
Afterwards it can be imported to the project using:
import * as GUI from 'babylonjs-gui';
Using webpack to package your project will use the minified js file.