@lumiscaphe/react-viewer
Advanced tools
Comparing version 0.5.14 to 0.5.15
{ | ||
"name": "@lumiscaphe/react-viewer", | ||
"version": "0.5.14", | ||
"version": "0.5.15", | ||
"description": "Official React component for Lumiscaphe 3D Viewer", | ||
@@ -13,3 +13,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@lumiscaphe/viewer": "^0.5.14", | ||
"@lumiscaphe/viewer": "^0.5.15", | ||
"lodash.isequal": "^4.5.0", | ||
@@ -16,0 +16,0 @@ "prop-types": "^15.6.1", |
@@ -32,3 +32,3 @@ # react-viewer | ||
background: 'product', | ||
};' | ||
}; | ||
@@ -70,13 +70,13 @@ // Optional | ||
<LumiscapheViewer | ||
server="{server}" | ||
scene="{scene}" | ||
view="{view}" | ||
transition="{transition}" | ||
encoder="{encoder}" | ||
parameters="{parameters}" | ||
onInteraction="{events.onInteraction}" | ||
onLoadStart="{events.onLoadStart}" | ||
onLoadProgress="{events.onLoadProgress}" | ||
onLoadEnd="{events.onLoadEnd}" | ||
onLoadError="{events.onLoadError}" | ||
server={server} | ||
scene={scene} | ||
view={view} | ||
transition={transition} | ||
encoder={encoder} | ||
parameters={parameters} | ||
onInteraction={events.onInteraction} | ||
onLoadStart={events.onLoadStart} | ||
onLoadProgress={events.onLoadProgress} | ||
onLoadEnd={events.onLoadEnd} | ||
onLoadError={events.onLoadError} | ||
/> | ||
@@ -83,0 +83,0 @@ ); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7435
Updated@lumiscaphe/viewer@^0.5.15