babylon-ifc-loader 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylon-ifc-loader",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Babylon.js SceneLoader plugin for IFC files using web-ifc",
5
5
  "type": "module",
6
6
  "main": "dist-npm/index.js",
package/readme.md CHANGED
@@ -4,6 +4,12 @@ IFC Loader built with Babylon.js and web-ifc. Features automatic loading of samp
4
4
 
5
5
  While providing the minimal viewer experience, this repo is dedicated to developing and testing the IFC Babylon.js Loader. The viewer is provided for testing and demonstration purposes only. Full-featured Babylon.js IFC Babylon.js Viewer will be available in a separate repo later.
6
6
 
7
+ ## Installation
8
+
9
+ ```bash
10
+ npm install babylon-ifc-loader
11
+ ```
12
+
7
13
  ## Quick Start
8
14
 
9
15
  ```bash