We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to avoid blocking the main thread. this should be done for the webcomponent first: https://github.com/DigitalKhatt/digitalkhatt.org/tree/master/examples/webcomponent
The text was updated successfully, but these errors were encountered:
update: this is blocked by https://github.com/DigitalKhatt/visualmetafont/blob/master/src/weblib/quranshaper.h#L200 QuranShaper::shapeText since it takes the canvas ctx, which can't be passed to the worker (error: "CanvasRenderingContext2D object could not be cloned").
QuranShaper::shapeText
edit: this can be perhaps worked around by using OffscreenCanvas, but no safari support in <16.4.
Sorry, something went wrong.
No branches or pull requests
to avoid blocking the main thread. this should be done for the webcomponent first: https://github.com/DigitalKhatt/digitalkhatt.org/tree/master/examples/webcomponent
The text was updated successfully, but these errors were encountered: