Tresjs / cientos

Collection of useful helpers and fully functional, ready-made abstractions for TresJS
https://cientos.tresjs.org/
MIT License
269 stars 39 forks source link

Tweakpane as peer dep #168

Closed alvarosabu closed 1 year ago

alvarosabu commented 1 year ago

Description

As a developer using cientos, I would like to have the minimal bundle possible.

Atm, the bundle size of cientos is around 600 Kb which is huge, at least 300kb (31%) are coming from TweakPane

Screenshot 2023-08-13 at 12 37 22 Screenshot 2023-08-13 at 12 38 50

Suggested solution

Take out tweakpane from the final bundle by making it a peer dep

Alternative

No response

Additional context

No response

Validations

khawarizmus commented 11 months ago

When using this with Nuxt i am getting Could not resolve "tweakpane" Error

image
alvarosabu commented 11 months ago

You have to install tweakpane. We are gonna deprecate useTweakpane soon.