UNPKG

photo-sphere-viewer-lensflare-plugin

Version:

Plugin to add lens flares on a 360° pano built with photo-sphere-viewer

32 lines (31 loc) 686 B
{ "name": "photo-sphere-viewer-lensflare-plugin", "version": "2.1.4", "description": "Plugin to add lens flares on a 360° pano built with photo-sphere-viewer", "main": "index.js", "module": "index.module.js", "type": "module", "repository": { "type": "git", "url": "https://github.com/Elius94/psv-lens-flare-plugin.git" }, "keywords": [ "photo-sphere-viewer", "lens", "flare", "lensflare", "lens", "flare" ], "files": [ "dist" ], "author": "Elia Lazzari", "license": "MIT", "peerDependencies": { "@photo-sphere-viewer/core": ">=5.6.0", "three": "^0.175.0" }, "types": "index.d.ts", "style": "index.css" }