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
total webpage size is around 600 kb after the library is loaded
this can be reduced by minifying, tree shaking, and inlining html, css, and js with a tool like rollup (already done in my fork)
file sizes can be reduced further with web assembly, and by not using json for the library (a format like bson would work but the best option would be a custom binary format which can be generated with a system language like rust, currently working on that in my fork on this branch)
The text was updated successfully, but these errors were encountered:
total webpage size is around 600 kb after the library is loaded
this can be reduced by minifying, tree shaking, and inlining html, css, and js with a tool like rollup (already done in my fork)
file sizes can be reduced further with web assembly, and by not using json for the library (a format like bson would work but the best option would be a custom binary format which can be generated with a system language like rust, currently working on that in my fork on this branch)
The text was updated successfully, but these errors were encountered: