globe.gl 2.26.11 → 2.27.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 +0 -4
- package/dist/globe.gl.js +4246 -3500
- package/dist/globe.gl.js.map +1 -1
- package/dist/globe.gl.min.js +5 -5
- package/dist/{globe.gl.module.js → globe.gl.mjs} +2 -1
- package/package.json +21 -15
- package/dist/globe.gl.common.js +0 -731
package/README.md
CHANGED
|
@@ -57,10 +57,6 @@ And check out the [React bindings](https://github.com/vasturiano/react-globe.gl)
|
|
|
57
57
|
import Globe from 'globe.gl';
|
|
58
58
|
```
|
|
59
59
|
or
|
|
60
|
-
```js
|
|
61
|
-
const Globe = require('globe.gl');
|
|
62
|
-
```
|
|
63
|
-
or even
|
|
64
60
|
```html
|
|
65
61
|
<script src="//unpkg.com/globe.gl"></script>
|
|
66
62
|
```
|