dddice / dddice-js

JavaScript SDK for dddice
MIT License
2 stars 0 forks source link

What's the minified package size of this? #1

Open kalnode opened 1 year ago

kalnode commented 1 year ago

As a quick test in an existing Nuxt instance, I saw this added like 1mb total when running Nuxt's build step.

tlackemann commented 1 year ago

According to bundlephobia, it's roughly 1MB in size (958.3KB)

https://bundlephobia.com/package/dddice-js

We do tree-shake but packages such as three.js and cannon.js probably contribute to a lot of this weight.

That said, I'll take this as constructive feedback where we could look to trim some fat from the library. I don't have timelines or expectations in mind, but we'll certainly take a look!