1.0.1 • Published 6 months ago

local-font v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

local-font

wrapper of experimental queryLocalFonts API

caniuse

utils

import {
  isSupportQueryLocalFonts,
  queryFontList,
  queryTargetFontBlob,
} from 'local-font'

if (isSupportQueryLocalFonts()) {
  await queryFontList() // ==> FontData[]
  await queryTargetFontBlob('ComicSansMS') // ==> Blob | null
}

typescript support

in tsconfig.json:

{
  "compilerOptions": {
    "types": [
      "local-font/types"
    ]
  }
}
1.0.1

6 months ago

1.0.0

6 months ago

0.1.1

8 months ago

0.1.0

8 months ago