A lightweight FontoBene stroke-font parser for TypeScript — works in browsers, Node.js, Bun, Deno, and edge runtimes. Named after Derakkuma from maimai.
npm i derakuma
# or
bun add derakumaDerakuma is now easier to use! Just:
import { Derakuma } from 'derakuma';
const myFont = Derakuma.loadFontFromFile('./myfont.bene');
myFont.getGlyph('a');MIT
