You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, harfbuzzjs itself is untyped and requires explicitly using the harfbuzz.ts file - to avoid unnecessary duplication, the .js and .d.ts files could be generated instead.
The text was updated successfully, but these errors were encountered:
Haha alright… I see. Yeah TypeScript (.ts) is JS with static type checking, usually compiled to JS for distribution. It’s difficult for me to read C++, but I’m quite comfortable with writing TS. Will see if I get to contribute and unify the JS and TS aspects of this repo.
As of now, harfbuzzjs itself is untyped and requires explicitly using the
harfbuzz.ts
file - to avoid unnecessary duplication, the.js
and.d.ts
files could be generated instead.The text was updated successfully, but these errors were encountered: