@geoblocks/cesium-first-person-mode
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@geoblocks/cesium-first-person-mode", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"license": "BSD-3-Clause", | ||
"repository": "github:geoblocks/cesium-helpers", | ||
"module": "index.js", | ||
"main": "FirstPersonCameraMode.js", | ||
"module": "FirstPersonCameraMode.js", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "3464442900a12200cdfe7d8f929566e07e6e66c4" | ||
"gitHead": "0ee87e1503e54bfb4867b26527939cd18b2d3e0b" | ||
} |
@@ -12,4 +12,4 @@ # FirstPerson camera mode for Cesium | ||
```js | ||
import Viewer from 'cesium/Source/Widgets/Viewer/Viewer'; | ||
import {FirstPersonCameraMode} from '@geoblocks/cesium-first-person-mode'; | ||
import {Viewer} from 'cesium'; | ||
import FirstPersonCameraMode from '@geoblocks/cesium-first-person-mode'; | ||
@@ -19,3 +19,4 @@ const viewer = new Viewer(...); | ||
// ... | ||
mode.active = true; | ||
``` |
Sorry, the diff of this file is not supported yet
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
62
21
4194
4