Skip to content

reduce file sizes #48

@SArpnt

Description

@SArpnt

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions