@jsse/pbfont
v0.2.6
Published
pbf-font-glyphs ~ Composite map(box/libre) font glyph pbfs into a single pbf.
Downloads
2,227
Readme
@jsse/pbfont
pbf-font-glyphs ~ Composite map(box/libre) font glyph pbfs into a single pbf.
replaces: https://github.com/mapbox/glyph-pbf-composite
Install
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
What?
- Replaces
@mapbox/glyph-pbf-composite
-- SAME API - Dual cjs/esm
- Uses
bufbuild
notpbf
- Typescript
Dev
- 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
License
MIT