@remotion/google-fonts 4.0.177 → 4.0.178
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/README.md +18 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -4
package/package.json
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
+
"repository": {
|
|
3
|
+
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/google-fonts"
|
|
4
|
+
},
|
|
2
5
|
"name": "@remotion/google-fonts",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"description": "
|
|
6
|
+
"version": "4.0.178",
|
|
7
|
+
"description": "Use Google Fonts in Remotion",
|
|
5
8
|
"main": "dist/cjs/index.js",
|
|
6
9
|
"module": "dist/esm/index.mjs",
|
|
7
10
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
8
11
|
"dependencies": {
|
|
9
|
-
"remotion": "4.0.
|
|
12
|
+
"remotion": "4.0.178"
|
|
10
13
|
},
|
|
11
14
|
"devDependencies": {
|
|
12
15
|
"@types/css-font-loading-module": "^0.0.7",
|
|
13
|
-
"@types/node": "18.14.6",
|
|
14
16
|
"@types/prettier": "^2.7.1",
|
|
15
17
|
"got": "^11",
|
|
16
18
|
"postcss": "^8.4.31",
|
|
@@ -4773,6 +4775,7 @@
|
|
|
4773
4775
|
"types": "./dist/cjs/index.d.ts"
|
|
4774
4776
|
}
|
|
4775
4777
|
},
|
|
4778
|
+
"homepage": "https://www.remotion.dev/docs/google-fonts",
|
|
4776
4779
|
"scripts": {
|
|
4777
4780
|
"build": "bun --env-file=../.env.bundle bundle.ts",
|
|
4778
4781
|
"generate": "bun scripts/generate.ts && bun scripts/generate-index.ts"
|