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
In order to speed up the calculation of text triangles, we could try to pre-calculate all letters and numbers and then construct labels etc. from the single letter position arrays. We would have to keep track of spacing between letters so this might be tedious.
Also, in terms of reducing the size of the JavaScript, we could try making a smaller text2vect that only produces text triangles.
The text was updated successfully, but these errors were encountered:
In order to speed up the calculation of text triangles, we could try to pre-calculate all letters and numbers and then construct labels etc. from the single letter position arrays. We would have to keep track of spacing between letters so this might be tedious.
Also, in terms of reducing the size of the JavaScript, we could try making a smaller text2vect that only produces text triangles.
The text was updated successfully, but these errors were encountered: