parse-bmfont-binary
Encodes a BMFont from a binary Buffer into JSON, as per the BMFont Spec. Can be used in Node or the browser (e.g. with browserify).
var parse = fs
See Also
See text-modules for related modules.
Usage
font = parse(buffer)
Reads a binary BMFont Buffer and returns a new JSON representation of that font. See here for details on the return format.
License
MIT, see LICENSE.md for details.