diff --git a/packages/ai-improvements/.jsdoc/absolute-fill b/packages/ai-improvements/.jsdoc/absolute-fill new file mode 100644 index 00000000000..e0428c67312 --- /dev/null +++ b/packages/ai-improvements/.jsdoc/absolute-fill @@ -0,0 +1,4 @@ +/** + * @description A helper component which renders an absolutely positioned
element with full width, height, and flex display suited for content layering. + * @see [Documentation](https://remotion.dev/docs/absolute-fill) + */ \ No newline at end of file diff --git a/packages/ai-improvements/.jsdoc/artifact b/packages/ai-improvements/.jsdoc/artifact new file mode 100644 index 00000000000..98876b2806e --- /dev/null +++ b/packages/ai-improvements/.jsdoc/artifact @@ -0,0 +1,4 @@ +/** + * @description By rendering an `` tag in your Remotion markup, an extra file will get emitted during rendering. + * @see [Documentation](https://remotion.dev/docs/artifact) + */ \ No newline at end of file diff --git a/packages/ai-improvements/.jsdoc/audio b/packages/ai-improvements/.jsdoc/audio new file mode 100644 index 00000000000..7f021e472a7 --- /dev/null +++ b/packages/ai-improvements/.jsdoc/audio @@ -0,0 +1,4 @@ +/** + * @description With this component, you can add audio to your video. All audio formats which are supported by Chromium are supported by the component. + * @see [Documentation](https://remotion.dev/docs/audio) + */ \ No newline at end of file diff --git a/packages/ai-improvements/.jsdoc/audio-buffer-to-data-url b/packages/ai-improvements/.jsdoc/audio-buffer-to-data-url new file mode 100644 index 00000000000..121f8087cff --- /dev/null +++ b/packages/ai-improvements/.jsdoc/audio-buffer-to-data-url @@ -0,0 +1,4 @@ +/** + * @description Takes an AudioBuffer instance and converts it to a Base 64 Data URL so it can be passed to an