@remotion/fonts 4.0.461 → 4.0.463
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/esm/index.mjs +0 -1
- package/package.json +3 -4
package/dist/esm/index.mjs
CHANGED
|
@@ -17,7 +17,6 @@ var getFontFormat = (url) => {
|
|
|
17
17
|
throw new Error(`Could not automatically derive font format from extension: ${ext}. Pass the "format" parameter explicitly.`);
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
|
|
21
20
|
// src/load-font.ts
|
|
22
21
|
import { cancelRender, continueRender, delayRender } from "remotion";
|
|
23
22
|
var loadFont = async (options) => {
|
package/package.json
CHANGED
|
@@ -3,12 +3,11 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/fonts"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/fonts",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.463",
|
|
7
7
|
"description": "Helpers for loading local fonts into Remotion",
|
|
8
8
|
"main": "dist/cjs/index.js",
|
|
9
9
|
"types": "dist/cjs/index.d.ts",
|
|
10
10
|
"module": "dist/esm/index.mjs",
|
|
11
|
-
"sideEffects": false,
|
|
12
11
|
"scripts": {
|
|
13
12
|
"formatting": "oxfmt src --check",
|
|
14
13
|
"format": "oxfmt src",
|
|
@@ -25,10 +24,10 @@
|
|
|
25
24
|
"url": "https://github.com/remotion-dev/remotion/issues"
|
|
26
25
|
},
|
|
27
26
|
"dependencies": {
|
|
28
|
-
"remotion": "4.0.
|
|
27
|
+
"remotion": "4.0.463"
|
|
29
28
|
},
|
|
30
29
|
"devDependencies": {
|
|
31
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
30
|
+
"@remotion/eslint-config-internal": "4.0.463",
|
|
32
31
|
"eslint": "9.19.0",
|
|
33
32
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
34
33
|
},
|