@xeokit/xeokit-sdk 2.0.12 → 2.0.16
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.
- package/LICENSE.txt +4 -0
- package/README.md +5 -1
- package/dist/web-ifc.wasm +0 -0
- package/dist/xeokit-sdk.es.js +40557 -2421
- package/dist/xeokit-sdk.min.es.js +1 -1
- package/package.json +7 -4
package/LICENSE.txt
CHANGED
|
@@ -18,6 +18,10 @@ MIT License [http://www.opensource.org/licenses/mit-license.php]
|
|
|
18
18
|
Pako
|
|
19
19
|
Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn
|
|
20
20
|
MIT License [http://www.opensource.org/licenses/mit-license.php]
|
|
21
|
+
|
|
22
|
+
web-ifc
|
|
23
|
+
Copyright (c) 2020-2021 web-ifc contributors
|
|
24
|
+
Mozilla Public License Version 2.0 [https://www.mozilla.org/en-US/MPL/2.0/]
|
|
21
25
|
-------------------------------------------------------------------------
|
|
22
26
|
|
|
23
27
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ high-detail, full-precision 3D engineering and BIM models in the browser.
|
|
|
11
11
|
|
|
12
12
|
## Usage
|
|
13
13
|
|
|
14
|
-
To install
|
|
14
|
+
To install:
|
|
15
15
|
|
|
16
16
|
````bash
|
|
17
17
|
npm i @xeokit/xeokit-sdk
|
|
@@ -30,3 +30,7 @@ npm i @xeokit/xeokit-sdk
|
|
|
30
30
|
* [License](https://xeokit.io/index.html#pricing)
|
|
31
31
|
|
|
32
32
|
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
Binary file
|