@wcstack/speech 1.22.3 โ 1.22.4
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.ja.md +2 -0
- package/README.md +2 -0
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @wcstack/speech
|
|
2
2
|
|
|
3
|
+
> ๐ค **AI coding agents**: This README is a package-level reference, not the primary entry point for building a wcstack application. If you have not already done so, first read the repository [README](https://github.com/wcstack/wcstack#readme) and [AGENTS.md](https://github.com/wcstack/wcstack/blob/main/AGENTS.md), then use the [wcstack-app skill](https://github.com/wcstack/wcstack-skill).
|
|
4
|
+
|
|
3
5
|
`@wcstack/speech` ใฏ wcstack ใจใณใทในใใ ๅใใฎใใใใใฌในใช Web Speech ใณใณใใผใใณใ2็นใปใใใงใใ
|
|
4
6
|
|
|
5
7
|
ใใใใฏ่ฆ่ฆ็ใช UI ใฆใฃใธใงใใใงใฏใใใพใใใ`@wcstack/fetch` ใใใใใฏใผใฏใชใฏใจในใใใ`@wcstack/geolocation` ใ็พๅจๅฐใใชใขใฏใใฃใใช็ถๆ
ใซๅคใใใฎใจๅใใใใซใใใฉใฆใถใฎ Web Speech API ใ**ใชใขใฏใใฃใใช็ถๆ
ใซๅคใใ้ๅๆใใชใใใฃใใใผใ**ใงใใ
|
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @wcstack/speech
|
|
2
2
|
|
|
3
|
+
> ๐ค **AI coding agents**: This README is a package-level reference, not the primary entry point for building a wcstack application. If you have not already done so, first read the repository [README](https://github.com/wcstack/wcstack#readme) and [AGENTS.md](https://github.com/wcstack/wcstack/blob/main/AGENTS.md), then use the [wcstack-app skill](https://github.com/wcstack/wcstack-skill).
|
|
4
|
+
|
|
3
5
|
`@wcstack/speech` is a headless Web Speech component pair for the wcstack ecosystem.
|
|
4
6
|
|
|
5
7
|
These are not visual UI widgets. They are **async primitive nodes** that turn the browser's Web Speech APIs into reactive state โ the same way `@wcstack/fetch` turns a network request into reactive state and `@wcstack/geolocation` turns the device's location into reactive state.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wcstack/speech",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.4",
|
|
4
4
|
"description": "Declarative Web Speech components for Web Components. Framework-agnostic SpeechSynthesis (TTS) and SpeechRecognition (STT) primitives via wc-bindable-protocol.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.esm.js",
|