@remotion/preload 4.0.244 → 4.0.245
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/dist/preload-audio.d.ts +0 -4
- package/dist/preload-audio.js +2 -2
- package/dist/preload-font.d.ts +0 -4
- package/dist/preload-font.js +1 -1
- package/dist/preload-image.d.ts +0 -4
- package/dist/preload-image.js +1 -1
- package/dist/preload-video.d.ts +0 -4
- package/dist/preload-video.js +1 -1
- package/package.json +2 -2
package/dist/preload-audio.d.ts
CHANGED
package/dist/preload-audio.js
CHANGED
|
@@ -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
|
|
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) => {
|
package/dist/preload-font.d.ts
CHANGED
package/dist/preload-font.js
CHANGED
|
@@ -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
|
*/
|
package/dist/preload-image.d.ts
CHANGED
package/dist/preload-image.js
CHANGED
|
@@ -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
|
*/
|
package/dist/preload-video.d.ts
CHANGED
package/dist/preload-video.js
CHANGED
|
@@ -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.
|
|
6
|
+
"version": "4.0.245",
|
|
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.
|
|
28
|
+
"@remotion/eslint-config-internal": "4.0.245"
|
|
29
29
|
},
|
|
30
30
|
"homepage": "https://www.remotion.dev/docs/preload",
|
|
31
31
|
"scripts": {
|