babylonjs-viewer-assets 5.32.0 → 5.32.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  },
5
5
  "name": "babylonjs-viewer-assets",
6
6
  "description": "Compiled resources for the Babylon viewer.",
7
- "version": "5.32.0",
7
+ "version": "5.32.2",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/BabylonJS/Babylon.js.git"
package/readme.md CHANGED
@@ -4,7 +4,7 @@ Babylon's viewer assets package contains all needed binary assets need for the p
4
4
 
5
5
  This package is only needed when installing the viewer's npm package and it is installed and used automatically.
6
6
 
7
- For basic and advanced viewer usage instructions please read the doc at https://doc.babylonjs.com/extensions/the_babylon_viewer
7
+ For basic and advanced viewer usage instructions please read the doc at https://doc.babylonjs.com/features/featuresDeepDive/babylonViewer/viewerExamples
8
8
 
9
9
  The source code can be found at https://github.com/BabylonJS/Babylon.js/tree/master/Viewer
10
10