Open bartenra opened 2 years ago
PS Here is revision 105:
https://github.com/mrdoob/three.js/archive/refs/tags/r105.zip
It's three years old now. Is this really the version that panolens.js needs?
I think the problem is that Rollup doesn't generate a minified version anymore.
Following the setup guide in the documentation will result in the following error:
This is because the latest version of three.js is linked, instead of a specific version that works with the provided version of panolens.js. The documentation should be updated to pin the version of three.js that is linked.