Raanan Weber 76b05ee523 fixing fullscreen icon in fullscreen %!s(int64=7) %!d(string=hai) anos
..
img 0af2d45602 Added Logo & Font %!s(int64=7) %!d(string=hai) anos
templates 76b05ee523 fixing fullscreen icon in fullscreen %!s(int64=7) %!d(string=hai) anos
babylon.woff 28fe9a54c9 new hd-button icon %!s(int64=7) %!d(string=hai) anos
package.json 000ce008ce small typo in package,json %!s(int64=7) %!d(string=hai) anos
readme.md 01b29a7df5 npm package for asserts and viewer %!s(int64=7) %!d(string=hai) anos

readme.md

Babylon.js Viewer Assets

Babylon's viewer assets package contains all needed binsry assets neeed for the proper operation of the viewer's templating system.

This packes is only needed when intalling the viewer's npm package and is installed and used automatically.

For basic and advanced viewer usage instructions please read the doc at https://doc.babylonjs.com/extensions/the_babylon_viewer

The source code can be found at https://github.com/BabylonJS/Babylon.js/tree/master/Viewer

Overriding the package

To override the package when (for example) using webpack, define the package babylonjs-viewer-assets in "externals":

externals: {
    "babylonjs-viewer-assets": true
}