Skip to content

jingsam/glyph-inspect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glyph-inspect

A utility to inspect glyph PBFs.

Usage

npm install && npm link

// pretty-printed JSON metadata
inspect ./0-255.pbf

// raw JSON
inspect ./0-255.pbf --raw

// HTML page
inspect ./0-255.pbf --html > 0-255.html
open 0-255.html

Outputs pretty-printed (with bitmap buffers hidden) file metadata.

Options

--raw: outputs full JSON-stringified data
--html: outputs HTML string to view in a browser, with simple (not beautiful) rendered SDFs + metadata

About

CLI utility to inspect glyph SDF PBFs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.1%
  • Protocol Buffer 11.9%