@wcstack/camera 1.22.6 → 1.23.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 -0
- package/README.md +2 -0
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -143,6 +143,8 @@ 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-を直接束縛する要素なし) を参照。
|
|
147
|
+
|
|
146
148
|
## 注意・落とし穴
|
|
147
149
|
|
|
148
150
|
- **セキュアコンテキスト(https)必須。** `getUserMedia` は `file://` / 素の `http://` では使えません。
|
package/README.md
CHANGED
|
@@ -144,6 +144,8 @@ DevTools open; they are not a supported styling hook.
|
|
|
144
144
|
|
|
145
145
|
`CameraCore` and `RecorderCore` are exported for non-DOM use (`bind()` from `@wc-bindable/core`). The Shells are thin wrappers.
|
|
146
146
|
|
|
147
|
+
The structural Core surface is normative across wcstack IO nodes ([async-io-node-guidelines §3.9](../../docs/async-io-node-guidelines.md)); to bind it into signals with no element at all, see [@wcstack/signals — Binding a Core directly](../signals/README.md#binding-a-core-directly-no-element).
|
|
148
|
+
|
|
147
149
|
## Notes & gotchas
|
|
148
150
|
|
|
149
151
|
- **Secure context (https) required.** `getUserMedia` is unavailable on `file://` / plain `http://`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wcstack/camera",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.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",
|