@taole/giftstage 0.3.2 → 0.3.3
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 +96 -85
- package/dist/gift-stage.cjs +609 -609
- package/dist/gift-stage.es.js +611 -610
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taole/giftstage",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "High-performance WebGPU/WebGL gift animation player unifying SVGA, VAP, AlphaVideo, and images",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/gift-stage.cjs",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"test:watch": "vitest",
|
|
34
34
|
"test:browser": "vitest run --browser.enabled --browser.name=chromium",
|
|
35
35
|
"test:e2e": "playwright test",
|
|
36
|
-
"test:perf": "node scripts/run-performance.mjs",
|
|
37
|
-
"test:real-assets": "node scripts/verify-real-svga-manifest.mjs",
|
|
36
|
+
"test:perf": "node scripts/run-performance.mjs",
|
|
37
|
+
"test:real-assets": "node scripts/verify-real-svga-manifest.mjs",
|
|
38
38
|
"test:package": "npm run build && node scripts/check-package-contract.mjs",
|
|
39
39
|
"perf:record": "node scripts/run-performance.mjs --record",
|
|
40
40
|
"lint": "eslint src/ tests/",
|