@splinetool/viewer 0.9.257 → 0.9.259
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/README.md +1 -1
- package/build/physics.js +1 -16
- package/build/spline-viewer.cjs +27 -27
- package/build/spline-viewer.js +26 -26
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
The `<spline-viewer>` web component can be installed from [NPM](https://npmjs.org):
|
|
21
21
|
|
|
22
22
|
```sh
|
|
23
|
-
npm install @splinetool/
|
|
23
|
+
npm install @splinetool/viewer
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
It can also be used directly from various free CDNs such as [unpkg.com](https://unpkg.com):
|