@vivi2d/web 0.1.0-alpha.0 → 0.1.0-alpha.1
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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,16 +4,16 @@ Experimental browser SDK for embedding Vivi2D public-profile `.vivi` models.
|
|
|
4
4
|
|
|
5
5
|
## Install / Import
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
explicit release tarball. After npm publication:
|
|
7
|
+
The current Web SDK is published as an experimental alpha package:
|
|
9
8
|
|
|
10
9
|
```sh
|
|
11
10
|
npm install @vivi2d/web@alpha
|
|
12
11
|
```
|
|
13
12
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
Use the `alpha` dist-tag or pin an exact version in production experiments if
|
|
14
|
+
reproducibility matters. The bootstrap package currently also has the `latest`
|
|
15
|
+
dist-tag while it is the only npm version, but `latest` is not a stable-channel
|
|
16
|
+
promise for Vivi2D until the release notes explicitly say so.
|
|
17
17
|
|
|
18
18
|
```ts
|
|
19
19
|
import { createViviWebPlayer, loadViviWebModel } from "@vivi2d/web";
|