harfbuzz / harfbuzzjs

Providing HarfBuzz shaping library for client/server side JavaScript projects
https://harfbuzz.github.io/harfbuzzjs/
Other
197 stars 34 forks source link

Fribidi wasm build #86

Closed petrsimon closed 1 year ago

petrsimon commented 1 year ago

Hi, I'm looking for a js library to handle bidi and I've came across bbc/unicode-bidirectional and https://github.com/bbc/unicode-bidirectional/issues/32 which mentions https://harfbuzz.github.io/harfbuzzjs/fribidi/ which doesn't exist anymore. What has happened to it? Many thanks for any pointers.

chearon commented 1 year ago

That got removed in f8caad40af9fe7618db69d62f38d4ea4e5adab18

If you want a fast way to find bidi levels in JS, I ported Tehreer/SheenBidi to WebAssembly here: chearon/itemizer.

petrsimon commented 1 year ago

Thanks a lot!