# load-bmfont-sync

> Loads a BMFont file synchronously in Node

Latest version **1.4.0** (published 2020-03-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install load-bmfont-sync
pnpm add load-bmfont-sync
yarn add load-bmfont-sync
bun add load-bmfont-sync
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.0 |
| Published | 2020-03-28 |
| First published | 2020-03-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 4.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | suchipi |
| Keywords | bmfont, bitmap, font, angel, code, angelcode, parse, ascii, xml, text, json |

## Links

- npm: https://www.npmjs.com/package/load-bmfont-sync
- Repository: https://github.com/suchipi/load-bmfont
- Issues: https://github.com/suchipi/load-bmfont/issues
- npm.io page: https://npm.io/package/load-bmfont-sync

## Dependencies (5)

- [mime](https://npm.io/package/mime.md) ^1.3.4
- [buffer-equal](https://npm.io/package/buffer-equal.md) 0.0.1
- [parse-bmfont-xml](https://npm.io/package/parse-bmfont-xml.md) ^1.1.4
- [parse-bmfont-ascii](https://npm.io/package/parse-bmfont-ascii.md) ^1.0.3
- [parse-bmfont-binary](https://npm.io/package/parse-bmfont-binary.md) ^1.0.5

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.4.0 (latest) — 2020-03-28

## README

# load-bmfont-sync

This is a fork of [load-bmfont](https://github.com/Jam3/load-bmfont) that loads files synchronously from disk. It does not support loading files from URL like the original does.

---
_Source: https://npm.io/package/load-bmfont-sync · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
