diff --git a/docs/bun.lockb b/docs/bun.lockb index fac7725a..92719d68 100755 Binary files a/docs/bun.lockb and b/docs/bun.lockb differ diff --git a/docs/pages/component/events.mdx b/docs/pages/component/events.mdx index 3fd75b00..0f26b4b6 100644 --- a/docs/pages/component/events.mdx +++ b/docs/pages/component/events.mdx @@ -219,6 +219,9 @@ Payload: none Callback function that is called when the media is loaded and ready to play. + +NOTE: tracks (`audioTracks`, `textTracks` & `videoTracks`) are not available on the web. + Payload: | Property | Type | Description | diff --git a/docs/pages/component/props.mdx b/docs/pages/component/props.mdx index 7f804e63..103e9a34 100644 --- a/docs/pages/component/props.mdx +++ b/docs/pages/component/props.mdx @@ -643,6 +643,8 @@ The docs for this prop are incomplete and will be updated as each option is inve > ⚠️ on iOS, you file name must not contain spaces eg. `my video.mp4` will not work, use `my-video.mp4` instead + + Example: Pass directly the asset to play (deprecated) @@ -756,7 +758,7 @@ Example: #### Start playback at a specific point in time - + Provide an optional `startPosition` for video. Value is in milliseconds. If the `cropStart` prop is applied, it will be applied from that point forward. (If it is negative or undefined or null, it is ignored) diff --git a/shell.nix b/shell.nix index 0e5b8830..bb15d059 100644 --- a/shell.nix +++ b/shell.nix @@ -3,6 +3,7 @@ packages = with pkgs; [ nodejs-18_x nodePackages.yarn + bun eslint_d prettierd jdk11