hart-estate-widget 3.9.16 → 4.0.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 +197 -341
- package/build/api.js +1 -0
- package/build/createWidget.js +2 -0
- package/build/{widget.module.js.LICENSE.txt → createWidget.js.LICENSE.txt} +34 -21
- package/build/plugins/DebugPlugin.js +2 -0
- package/build/{widget.bundle.js.LICENSE.txt → plugins/DebugPlugin.js.LICENSE.txt} +28 -28
- package/build/plugins/DefaultMapPlugin.js +2 -0
- package/build/plugins/DefaultMapPlugin.js.LICENSE.txt +49 -0
- package/build/plugins/FovPlugin.js +1 -0
- package/package.json +29 -38
- package/build/widget.bundle.js +0 -2
- package/build/widget.module.js +0 -2
- package/build/widget.module.worker.js.LICENSE.txt +0 -12
- /package/build/{widget.bundle.worker.js.LICENSE.txt → createWidget.worker.js.LICENSE.txt} +0 -0
@@ -1,12 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
fflate - fast JavaScript compression/decompression
|
3
|
-
<https://101arrowz.github.io/fflate>
|
4
|
-
Licensed under MIT. https://github.com/101arrowz/fflate/blob/master/LICENSE
|
5
|
-
version 0.6.9
|
6
|
-
*/
|
7
|
-
|
8
|
-
/**
|
9
|
-
* @license
|
10
|
-
* Copyright 2010-2023 Three.js Authors
|
11
|
-
* SPDX-License-Identifier: MIT
|
12
|
-
*/
|
File without changes
|