@wcstack/camera 1.26.0 → 1.28.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/README.ja.md +2 -2
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -95,7 +95,7 @@ $on: {
|
|
|
95
95
|
| `wcs-recorder` | `error` | `wcs-recorder:error` が非 `null` の detail で発火(`null` でクリア) |
|
|
96
96
|
|
|
97
97
|
> `permission` / `audioPermission` には現時点で boolean 派生 getter が無いため
|
|
98
|
-
> 反映対象外です(v1 スコープ。docs/custom-state-reflection-design.md §7 参照)。
|
|
98
|
+
> 反映対象外です(v1 スコープ。docs/custom-state-reflection-design.ja.md §7 参照)。
|
|
99
99
|
> `duration` は連続値のため意図的に除外しています。
|
|
100
100
|
|
|
101
101
|
```css
|
|
@@ -143,7 +143,7 @@ wcs-recorder:state(paused) ~ .rec-dot { animation: none; opacity: .4; }
|
|
|
143
143
|
|
|
144
144
|
`CameraCore` / `RecorderCore` を非 DOM 用途向けにエクスポートしています(`@wc-bindable/core` の `bind()`)。Shell は薄いラッパです。
|
|
145
145
|
|
|
146
|
-
Core の構造サーフェスは wcstack I/O ノード横断の規範です([async-io-node-guidelines §3.9](../../docs/async-io-node-guidelines.md))。要素なしで signals に束縛するには [@wcstack/signals — Core を直接束縛する](../signals/README.ja.md#core-を直接束縛する要素なし) を参照。
|
|
146
|
+
Core の構造サーフェスは wcstack I/O ノード横断の規範です([async-io-node-guidelines §3.9](../../docs/async-io-node-guidelines.ja.md))。要素なしで signals に束縛するには [@wcstack/signals — Core を直接束縛する](../signals/README.ja.md#core-を直接束縛する要素なし) を参照。
|
|
147
147
|
|
|
148
148
|
## 注意・落とし穴
|
|
149
149
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wcstack/camera",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.28.0",
|
|
4
4
|
"description": "Declarative camera capture and media recording for Web Components. Binds live MediaStream handles directly to elements (never through serializable state) via getUserMedia + MediaRecorder.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.esm.js",
|