hart-estate-widget 2.9.1 → 2.10.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 +3 -0
- package/build/widget.bundle.js +1 -1
- package/build/widget.module.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -223,6 +223,9 @@ Here you can see a list of accessible options and examples of usage. There are a
|
|
223
223
|
|
224
224
|
// scales
|
225
225
|
scales: ['x05', 'x1'],
|
226
|
+
|
227
|
+
// TODO: other params?
|
228
|
+
hasRealSize: false, // enable real size icons in classic navigation mode
|
226
229
|
}
|
227
230
|
|
228
231
|
```
|