local-font
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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"
    ]
  }
}

Readme

Keywords

Package Sidebar

Install

npm i local-font

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

7.4 kB

Total Files

8

Last publish

Collaborators

  • subframe7536