coollabsio / fonts

A privacy-friendly drop-in replacement for Google Fonts
https://fonts.coollabs.io
Apache License 2.0
405 stars 14 forks source link

Typescript Implementation. #4

Closed jub0t closed 1 year ago

jub0t commented 2 years ago

I've changed the code from .mjs to .ts. Also changed package commands.

  "scripts": {
    "start": "ts-node index.ts",
    "dev": "nodemon index.js",
    "tsc": "npx tsc --watch",
    "buil": "npx tsc"
  }