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

0.0.1-alpha.0 • Public • Published

Font Meta

logo

npm size-badge dependency-count-badge Types


A modern library for read, writing, processing, and exploring fonts in a node or browser environment.

📝 Table of Contents

🧐 About

Important but basic info

Install

Package Manager

NPM

npm i font_meta

PNPM

pnpm add font_meta

Yarn

yarn add font_meta

CDN

Skypack

For Web and Deno, no install is required! Just put this line at the top of your file:

import font_meta from 'https://cdn.skypack.dev/font_meta';

If you want type support with skypack, follow the directions here

UNPKG

<script src="https://unpkg.com/font_meta"></script>

And use it like you would any other package from UNPKG

🔧 Running the tests

The basic set of tests are in the test script, the coverage script, and the report script. Just run those using your perferred package manager (npm, yarn, pnpm, etc.) to make sure nothing has broken.

🎈 Usage

Here's the great part: thanks to microbundle, this package supports CJS, UMD, and ESM formats. That means that wherever and however you use this package — in browser or node, with import or require — you should be set, no configuration required.

Example

put content here

📃 License

Distributed under the MIT License. See LICENSE for more information.

✍️ Authors

Find me @illumincrotty on github or @illumincrotty on twitter

🔨 Similar Tools

None of these tools fit my needs but they might fit yours! Try one of these:

  • OpenType.js
  • Samsa
  • Typr.js

Readme

Keywords

none

Package Sidebar

Install

npm i font_meta

Weekly Downloads

4

Version

0.0.1-alpha.0

License

MIT

Unpacked Size

6.13 kB

Total Files

4

Last publish

Collaborators

  • illumincrotty