Raanan Weber 7d7506145b adding readme.md files to the package json преди 8 години
..
babylon.gui.d.ts 6480502654 Associated with #2745 преди 8 години
babylon.gui.js 613af5b1b9 Fix playground bug when dist=true преди 8 години
babylon.gui.min.js 613af5b1b9 Fix playground bug when dist=true преди 8 години
babylon.gui.module.d.ts 69ae46b229 Changes to module declaration and gui преди 8 години
package.json 7d7506145b adding readme.md files to the package json преди 8 години
readme.md 241153b81f Readme files for all modules преди 8 години

readme.md

Babylon.js GUI module

For usage documentation please visit http://doc.babylonjs.com/overviews/gui

Installation instructions

CDN

Compiled js files (minified and source) are offered on our public CDN here:

NPM

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.