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
Currently we are painting each word as a span element separately to the screen. It would be faster if we either could have a pre-build page with all the elements in the right place or optimize by creating a buffer or loading screen of some sort.