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

1.7.7 • Public • Published

parsegraph-font

This module provides a class to represent a font.

import Font from 'parsegraph-font';
const font = new Font(18, "serif");
console.log(font.fontString());
// Output: 18px serif

Readme

Keywords

none

Package Sidebar

Install

npm i parsegraph-font

Weekly Downloads

0

Version

1.7.7

License

MIT

Unpacked Size

9.47 kB

Total Files

12

Last publish

Collaborators

  • dafrito