@glissade/cli 0.8.0-pre.1 → 0.8.1-pre.0
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/dist/cli.js +2 -1
- package/package.json +10 -10
package/dist/cli.js
CHANGED
|
@@ -71,7 +71,8 @@ import options (.json = Lottie; .svg = static SVG → a scene that defers to @gl
|
|
|
71
71
|
--allow-degraded (Lottie only) downgrade degradable rejections (expressions, merge-paths modes != 1) to warnings
|
|
72
72
|
|
|
73
73
|
narrate options (the explicit TTS prepare step; render itself stays offline):
|
|
74
|
-
--provider <id> fake | espeak | piper | openai (default: the script's provider, else espeak)
|
|
74
|
+
--provider <id> fake | espeak | piper | kokoro | openai (default: the script's provider, else espeak)
|
|
75
|
+
(kokoro = Apache-2.0 offline neural voice; needs 'npm i kokoro-js')
|
|
75
76
|
--align <id> heuristic (default) | vosk | none — word timings for providers that emit none
|
|
76
77
|
--force ignore the cache and re-synthesize every segment
|
|
77
78
|
`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glissade/cli",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1-pre.0",
|
|
4
4
|
"description": "glissade CLI: headless rendering via backend-skia (+ FFmpeg mux).",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
"@napi-rs/canvas": "^0.1.65",
|
|
21
21
|
"esbuild": "^0.28.0",
|
|
22
22
|
"jiti": "^2.4.2",
|
|
23
|
-
"@glissade/backend-skia": "0.8.
|
|
24
|
-
"@glissade/core": "0.8.
|
|
25
|
-
"@glissade/interact": "0.8.
|
|
26
|
-
"@glissade/lottie": "0.8.
|
|
27
|
-
"@glissade/svg": "0.8.
|
|
28
|
-
"@glissade/narrate": "0.8.
|
|
29
|
-
"@glissade/player": "0.8.
|
|
30
|
-
"@glissade/scene": "0.8.
|
|
31
|
-
"@glissade/sfx": "0.8.
|
|
23
|
+
"@glissade/backend-skia": "0.8.1-pre.0",
|
|
24
|
+
"@glissade/core": "0.8.1-pre.0",
|
|
25
|
+
"@glissade/interact": "0.8.1-pre.0",
|
|
26
|
+
"@glissade/lottie": "0.8.1-pre.0",
|
|
27
|
+
"@glissade/svg": "0.8.1-pre.0",
|
|
28
|
+
"@glissade/narrate": "0.8.1-pre.0",
|
|
29
|
+
"@glissade/player": "0.8.1-pre.0",
|
|
30
|
+
"@glissade/scene": "0.8.1-pre.0",
|
|
31
|
+
"@glissade/sfx": "0.8.1-pre.0"
|
|
32
32
|
},
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|