@mapka/font-sdf-inspect
v0.5.1
Published
Inspect glyph PBF metadata
Readme
@mapka/font-sdf-inspect
Inspect a font-sdf font glyphs. This is an re-write of glyph-inspector.
Install
npm install @mapka/font-sdf-inspect
or
yarn add @mapka/font-sdf-inspectUsage
With npx:
# Print glyphs as a table to the console
npx @mapka/font-sdf-inspect ./0-255.pbf
# Generate an HTML report 0-255.html
npx @mapka/font-sdf-inspect ./0-255.pbf --html
When installed as a package:
yarn inspect ./0-255.pbf --raw
yarn inspect ./0-255.pbf --html