@remotion/fonts 4.0.258 → 4.0.260
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/cjs/load-font.js +2 -1
- package/package.json +4 -4
package/dist/cjs/load-font.js
CHANGED
|
@@ -17,7 +17,8 @@ const loadFont = async ({ family, url, ascentOverride, descentOverride, display,
|
|
|
17
17
|
style,
|
|
18
18
|
unicodeRange,
|
|
19
19
|
weight,
|
|
20
|
-
// @ts-expect-error
|
|
20
|
+
// eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error
|
|
21
|
+
// @ts-ignore variant is not in the FontFace constructor
|
|
21
22
|
variant,
|
|
22
23
|
});
|
|
23
24
|
await font.load();
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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.260",
|
|
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",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"url": "https://github.com/remotion-dev/remotion/issues"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"remotion": "4.0.
|
|
22
|
+
"remotion": "4.0.260"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"eslint": "9.
|
|
26
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
25
|
+
"eslint": "9.19.0",
|
|
26
|
+
"@remotion/eslint-config-internal": "4.0.260"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|