UNPKG
panolens
Version:
latest (0.12.1)
0.12.1
0.12.0
0.11.0
0.10.4
0.10.3
0.10.2
Javascript panorama viewer
pchen66.github.io/Panolens/
pchen66/panolens.js
panolens
/
src
/
Check.js
7 lines
(4 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
THREE_REVISION
}
from
'./Constants'
;
if
(
THREE
.
REVISION
!=
THREE_REVISION
) {
console
.
warn
(
`three.js version is not matched. Please consider use the target revision
${THREE_REVISION}
`
); }