font_meta
v0.0.1-alpha.0
Published
<!-- PROJECT LOGO --> <img src="https://i.imgur.com/2WZa8q7.png" alt="logo" width="200"/>
Downloads
5
Readme
Font Meta
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: