# glyph-inspect **Repository Path**: mirrors_mapbox/glyph-inspect ## Basic Information - **Project Name**: glyph-inspect - **Description**: CLI utility to inspect glyph SDF PBFs. - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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 ```