You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can refer to [`src/index.ts`](https://github.com/fontsource/google-font-metadata/blob/main/src/index.ts) and [`src/data.ts`](https://github.com/fontsource/google-font-metadata/blob/main/src/data.ts) to see all exports.
268
+
263
269
## Updating API Files
264
270
265
271
You can use the `gfm` CLI tool to update the metadata with fresh results from the Google APIs.
@@ -295,11 +301,3 @@ Flags:
295
301
-`-1, --v1` - Only validate APIv1.
296
302
-`-2, --v2` - Only validate APIv2.
297
303
-`-v, --variable` - Only validate APIVariable.
298
-
299
-
##
300
-
301
-
`npx gfm update-db` - [EXPERIMENTAL] This aims to move parsing away from the client and instead push updates to NPM as new versions, similar to [caniuse-lite](https://github.com/browserslist/caniuse-lite). It will soon be the preferred way to update the metadata as it removes the need to setup Google Credentials and skip the wait-time of long parses.
302
-
303
-
## Other Notes
304
-
305
-
Feel free to star and contribute new ideas that aim to improve the repository. Any suggestions or ideas can be voiced via an [issue](https://github.com/fontsource/google-font-metadata/issues).
0 commit comments