Why can't we just build the fonts once and load the built ones? #383
Replies: 2 comments
|
Several seconds? I see the example doc taking a total of 120ms for worker processing and SDF texture generation, when the font file loads from cache. Do you have an example I can view? |
0 replies
|
It took seconds on first load but is indeed fast on subsequent loads |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It takes several seconds to use the async webworker and it just takes a long time before any text shows. Preloading for several seconds just to view some text, where everything else loads in less than 200ms feels tough.
What is the reason why it all has to be rebuilt every time?
All reactions