1.0.15 • Published 2 years ago

@anzerr/bdf.util v1.0.15

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

Intro

GitHub Actions status | publish

Util to parse BDF font format files ready to be used to draw.

Example of a font being drawn using its bitmap an example can be found in test

Install

npm install --save git+https://git@github.com/anzerr/bdf.util.git

Example

const {parse, bitmap} = require('bdf.util');

parse('./test/cherry-10-b.bdf').then((res) => {
	console.log(res);
});

bitmap('./test/cherry-10-b.bdf').then((res) => {
	console.log(res);
});
1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

3 years ago

1.0.11

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.1

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.4

5 years ago