How to use the load-bmfont/browser function in load-bmfont

To help you get started, we’ve selected a few load-bmfont examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github socialtables / openfpc / src / lib / renderable-scene-maintainer.js View on Github external
      new Promise((res, rej) => loadFont(
        opensansFnt,
        (err, fnt) => err ? rej(err) : res(fnt))
      ),

load-bmfont

loads a BMFont file in Node and the browser

MIT
Latest version published 2 months ago

Package Health Score

74 / 100
Full package analysis

Popular load-bmfont functions