esri-gl 1.0.4 → 1.0.5
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 +4 -2
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,8 +6,6 @@ A TypeScript library that bridges Esri ArcGIS REST services with MapLibre GL JS
|
|
|
6
6
|
[](https://github.com/muimsd/esri-gl/actions/workflows/ci.yml)
|
|
7
7
|
[](http://www.typescriptlang.org/)
|
|
8
8
|
[](https://opensource.org/licenses/MIT)
|
|
9
|
-
[](https://www.buymeacoffee.com/muimsd)
|
|
10
|
-
|
|
11
9
|
**[Documentation](https://esri-gl.pages.dev/)** · **[Live Demos](https://esri-gl-demo.pages.dev/)** · **[npm](https://www.npmjs.com/package/esri-gl)**
|
|
12
10
|
|
|
13
11
|
## Features
|
|
@@ -206,6 +204,10 @@ npm run build:demo # Build demo site
|
|
|
206
204
|
|
|
207
205
|
Pre-commit hooks automatically run formatting, linting, and tests via [Husky](https://typicode.github.io/husky/).
|
|
208
206
|
|
|
207
|
+
## Support
|
|
208
|
+
|
|
209
|
+
<a href="https://www.buymeacoffee.com/muimsd"><img src="https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20coffee&emoji=&slug=muimsd&button_colour=00ff04&font_colour=000000&font_family=Inter&outline_colour=000000&coffee_colour=FFDD00" alt="Buy Me A Coffee" width="150" /></a>
|
|
210
|
+
|
|
209
211
|
## License
|
|
210
212
|
|
|
211
213
|
MIT — see [LICENSE](LICENSE)
|
package/dist/package.json
CHANGED