narrator-avatar 1.1.4 → 1.1.5
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/dist/narrator-avatar.js +1691 -1688
- package/dist/narrator-avatar.umd.cjs +139 -139
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -144,7 +144,7 @@ Use **one** model URL per avatar (e.g. `/avatars/tutor.glb`). The component adap
|
|
|
144
144
|
|
|
145
145
|
| Mechanism | Desktop | Mobile / slow network |
|
|
146
146
|
|-----------|---------|------------------------|
|
|
147
|
-
| `visualQuality="auto"` | `ultra` — 60 FPS, 4K shadows, full skin polish | `balanced` —
|
|
147
|
+
| `visualQuality="auto"` | `ultra` — 60 FPS, 4K shadows, full skin polish | `balanced` — 24 FPS, capped resolution, no shadows, lightweight skin (TalkingHead lights only) |
|
|
148
148
|
| `lazyMount="auto"` | init immediately | init when scrolled into view |
|
|
149
149
|
| Load timeout | 30s | 90s (large GLB download) |
|
|
150
150
|
| Tab hidden | animation paused | animation paused |
|