webcodecs-examples 0.1.11 → 0.1.13

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -70417,6 +70417,9 @@ export {
70417
70417
  r2 as MoqSubscriber,
70418
70418
  qu as WebCodecsPlayer,
70419
70419
  i2 as WebcamRecorder,
70420
+ Ja as getBitrate,
70421
+ k1 as getCodecString,
70422
+ Al as getSampleRate,
70420
70423
  a2 as getWebcam,
70421
70424
  n2 as transcodeFile,
70422
70425
  Au as transcodePipeline,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webcodecs-examples",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "description": "Production-ready WebCodecs implementation examples",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",