Caleb Hearon
Caleb Hearon
I have had this problem with every WebAssembly project I've worked on. It does look like Emscripten has a [way](https://emscripten.org/docs/porting/connecting_cpp_and_javascript/embind.html#enums) of exposing C++ enums and constants to JS, which could...
> Yes, we need to bind the hb-paint API, then there needs to be an implementation of it on the JS side for HTML5 canvas. It's a bit of work...
> That's great! Is that upstream yet? Not yet, but I'll make a PR soon. I've got several patches I'm using for a JS text stack that I just need...
@khaledhosny > As for `ctx.fillText()`, it takes text strings, but HarfBuzz output is glyph indices, so it can’t be used with HarfBuzz. As a consumer of harfbuzzjs you can shape...
I definitely think it would be great to have the JS parts written in TypeScript. I'm not sure about all of the rest. Since this library is framework-agnostic I wonder...