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)
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)