Hirako
Hirako
Edited: tone and intent correction. `three` is peer dependency.
> Installing three can do the trick no, installing three 1/ does not address the issue 2/ would merely work around a bug. Better fix the bug.
I confirm that (manually) installing the `three` npm library in the main project fixes the build. I also observed by trying to build the main project (`npm run build`), that...
the branch is now far more readable, thanks for the clean up. I would suggest updating the README with how to use this. I will test it then.
> when the svg size Adjusting `floatPrecision` remediates the issue @TaueFenCheng . The lower the better chance a large svg will compress. `2` works for your case. Further reading [here](https://ktibow.github.io/blog/floatprecision/).