esri-gl 1.0.3 → 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 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +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
|
-
|
|
10
9
|
**[Documentation](https://esri-gl.pages.dev/)** · **[Live Demos](https://esri-gl-demo.pages.dev/)** · **[npm](https://www.npmjs.com/package/esri-gl)**
|
|
11
10
|
|
|
12
11
|
## Features
|
|
@@ -205,6 +204,10 @@ npm run build:demo # Build demo site
|
|
|
205
204
|
|
|
206
205
|
Pre-commit hooks automatically run formatting, linting, and tests via [Husky](https://typicode.github.io/husky/).
|
|
207
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
|
+
|
|
208
211
|
## License
|
|
209
212
|
|
|
210
213
|
MIT — see [LICENSE](LICENSE)
|
package/dist/package.json
CHANGED