pchen66/panolens.js

"three.js version is not matched. Please consider use the target revision 105"

Opened this issue · 2 comments

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.

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.