Skip to content

Commit

Permalink
Upgraded Three.js to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Elius94 committed Nov 22, 2023
1 parent 8e08f16 commit b56ec19
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 26 deletions.
Binary file added example/100_0989.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/PANO0001_pano.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
212 changes: 190 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "photo-sphere-viewer-lensflare-plugin",
"version": "1.1.2",
"version": "2.0.0",
"description": "Plugin to add lens flares on a 360° pano built with photo-sphere-viewer",
"main": "dist/index.js",
"module": "dist/index.module.js",
Expand Down Expand Up @@ -34,11 +34,11 @@
"license": "MIT",
"peerDependencies": {
"@photo-sphere-viewer/core": "^5.4.0",
"three": "^0.148.0"
"three": "^0.158.0"
},
"devDependencies": {
"@types/three": "^0.156.0",
"rollup": "^3.29.1",
"@types/three": "^0.158.3",
"rollup": "^4.5.1",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-string": "^3.0.0",
Expand Down

0 comments on commit b56ec19

Please sign in to comment.