@remotion/preload 4.0.244 → 4.0.246

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.
@@ -1,5 +1 @@
1
- /**
2
- * @description Preloads audio in the DOM so that when a audio tag is mounted, it can play immediately.
3
- * @see [Documentation](https://www.remotion.dev/docs/preload/preload-audio)
4
- */
5
1
  export declare const preloadAudio: (src: string) => (() => void);
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.preloadAudio = void 0;
4
4
  const preload_asset_1 = require("./preload-asset");
5
- /**
6
- * @description Preloads audio in the DOM so that when a audio tag is mounted, it can play immediately.
5
+ /*
6
+ * @description Preloads audio in the DOM so that when an audio tag is mounted, it can play immediately.
7
7
  * @see [Documentation](https://www.remotion.dev/docs/preload/preload-audio)
8
8
  */
9
9
  const preloadAudio = (src) => {
@@ -1,5 +1 @@
1
- /**
2
- * @description Preloads a font so that when an <Img> tag is mounted, it can display immediately.
3
- * @see [Documentation](https://www.remotion.dev/docs/preload/preload-font)
4
- */
5
1
  export declare const preloadFont: (src: string) => (() => void);
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.preloadFont = void 0;
4
4
  const preload_asset_1 = require("./preload-asset");
5
- /**
5
+ /*
6
6
  * @description Preloads a font so that when an <Img> tag is mounted, it can display immediately.
7
7
  * @see [Documentation](https://www.remotion.dev/docs/preload/preload-font)
8
8
  */
@@ -1,5 +1 @@
1
- /**
2
- * @description Preloads an image so that when an <Img> tag is mounted, it can display immediately.
3
- * @see [Documentation](https://www.remotion.dev/docs/preload/preload-image)
4
- */
5
1
  export declare const preloadImage: (src: string) => (() => void);
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.preloadImage = void 0;
4
4
  const preload_asset_1 = require("./preload-asset");
5
- /**
5
+ /*
6
6
  * @description Preloads an image so that when an <Img> tag is mounted, it can display immediately.
7
7
  * @see [Documentation](https://www.remotion.dev/docs/preload/preload-image)
8
8
  */
@@ -1,5 +1 @@
1
- /**
2
- * @description Preloads a video in the DOM so that when a video tag is mounted, it can play immediately.
3
- * @see [Documentation](https://www.remotion.dev/docs/preload/preload-video)
4
- */
5
1
  export declare const preloadVideo: (src: string) => (() => void);
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.preloadVideo = void 0;
4
4
  const preload_asset_1 = require("./preload-asset");
5
- /**
5
+ /*
6
6
  * @description Preloads a video in the DOM so that when a video tag is mounted, it can play immediately.
7
7
  * @see [Documentation](https://www.remotion.dev/docs/preload/preload-video)
8
8
  */
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/preload"
4
4
  },
5
5
  "name": "@remotion/preload",
6
- "version": "4.0.244",
6
+ "version": "4.0.246",
7
7
  "description": "Preloads assets for use in Remotion",
8
8
  "main": "dist/index.js",
9
9
  "types": "dist/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "eslint": "9.14.0",
28
- "@remotion/eslint-config-internal": "4.0.244"
28
+ "@remotion/eslint-config-internal": "4.0.246"
29
29
  },
30
30
  "homepage": "https://www.remotion.dev/docs/preload",
31
31
  "scripts": {