"three.js version is not matched. Please consider use the target revision 105"
bartenra opened this issue · 2 comments
bartenra commented
Following the setup guide in the documentation will result in the following error:
three.js version is not matched. Please consider use the target revision 105
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.
bartenra commented
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?
bartenra commented
I think the problem is that Rollup doesn't generate a minified version anymore.