@mappedin/react-sdk 6.0.1-beta.8 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/THIRD_PARTY_LICENSES.txt +8901 -21568
- package/lib/esm/index.d.ts +316 -25018
- package/lib/esm/index.js +727 -1
- package/lib/esm/index.js.map +7 -0
- package/package.json +18 -18
- package/lib/esm/GLTFExporter-U3XL4636.js +0 -1
- package/lib/esm/GLTFLoader-ZZSMTZWM.js +0 -1
- package/lib/esm/browser-SVJVJINJ.js +0 -1
- package/lib/esm/chunk-2VWRFWQ6.js +0 -1
- package/lib/esm/chunk-5CLC3TYJ.js +0 -1
- package/lib/esm/chunk-NMYDM4WH.js +0 -1
- package/lib/esm/chunk-U7HFWTFB.js +0 -1
- package/lib/esm/chunk-VSK4OUQK.js +0 -1
- package/lib/esm/chunk-W7UWRYFM.js +0 -1
- package/lib/esm/index.css +0 -1
- package/lib/esm/inspector-OZDC5DPH.css +0 -1
- package/lib/esm/inspector-QFG6TVFW.js +0 -1
- package/lib/esm/internal-FRRRF37O.js +0 -1
- package/lib/esm/outdoor-context-v4-2KWM7FT2.js +0 -1
package/README.md
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
## Resources
|
|
4
4
|
|
|
5
5
|
- [Mappedin Developer Portal](https://developer.mappedin.com)
|
|
6
|
-
- [Releases and Roadmap](https://developer.mappedin.com/
|
|
7
|
-
- [Getting Started Guide](https://developer.mappedin.com/web/
|
|
8
|
-
- [API Reference](https://developer.mappedin.com/
|
|
9
|
-
- [
|
|
6
|
+
- [Releases and Roadmap](https://developer.mappedin.com/docs/roadmap)
|
|
7
|
+
- [Getting Started Guide](https://developer.mappedin.com/web-sdk/using-react)
|
|
8
|
+
- [API Reference](https://developer.mappedin.com/api/api)
|
|
9
|
+
- [Demo Keys & Maps](https://developer.mappedin.com/docs/demo-keys-and-maps)
|
|
10
10
|
- [License](https://info.mappedin.com/terms/sdk)
|
|
11
11
|
|
|
12
12
|
## Usage
|
|
@@ -45,4 +45,4 @@ export default function App() {
|
|
|
45
45
|
}
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
For full documentation, read our [Getting Started guide on the Developer Portal](https://developer.mappedin.com/web/
|
|
48
|
+
For full documentation, read our [Getting Started guide on the Developer Portal](https://developer.mappedin.com/web-sdk/using-react).
|