pbf-font-glyphs ~ Composite map(box/libre) font glyph pbfs into a single pbf.
npm install @jsse/pbfont@jsse/pbfontpbf-font-glyphs ~ Composite map(box/libre) font glyph pbfs into a single pbf.

replaces: https://github.com/mapbox/glyph-pbf-composite
``bash`
pnpm add @jsse/pbfont # for the hip
npm install @jsse/pbfont # aka not-performant-pnpm
yarn add @jsse/pbfont # yarn
bun add @jsse/pbfont # gen z
- Replaces @mapbox/glyph-pbf-composite -- SAME APIbufbuild
- Dual cjs/esm
- Uses not pbf
- Typescript
---
- pnpm is the package manager
- repo uses just` (ref) as well as (p)npm scripts
- just-repo: https://github.com/casey/just
- just-docs: https://just.systems/man/en/
- prettier formatting uses the default config b/c configuring formaters is dumb
- tooling:
- tsup: bundle/build/type-check src
- vitest: test + coverage
- prettier: formatting - uses default config
- eslint: linter
- justfile: task-runner
- cicd / gh-actions / dependabot
---
MIT