@watergis/maplibre-gl-terradraw 0.5.1 → 0.6.1

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 CHANGED
@@ -3,6 +3,7 @@
3
3
  ![License](https://img.shields.io/github/license/watergis/maplibre-gl-terradraw)
4
4
  [![version](https://img.shields.io/npm/v/@watergis/maplibre-gl-terradraw.svg)](https://www.npmjs.com/package/@watergis/maplibre-gl-terradraw)
5
5
  [![CI](https://github.com/watergis/maplibre-gl-terradraw/actions/workflows/ci.yml/badge.svg)](https://github.com/watergis/maplibre-gl-terradraw/actions/workflows/ci.yml)
6
+ [![Release](https://github.com/watergis/maplibre-gl-terradraw/actions/workflows/release.yml/badge.svg)](https://github.com/watergis/maplibre-gl-terradraw/actions/workflows/release.yml)
6
7
  [![Netlify Status](https://api.netlify.com/api/v1/badges/3486d35f-7a74-4c1c-a94a-6db0f7250583/deploy-status)](https://app.netlify.com/sites/maplibre-gl-terradraw/deploys)
7
8
 
8
9
  This plugin is to add controls to your MapLibre for drawing powered by [Terra Draw](https://github.com/JamesLMilner/terra-draw) library.
@@ -17,6 +18,10 @@ npm i -D @watergis/maplibre-gl-terradraw
17
18
 
18
19
  See the [documentation](https://terradraw.water-gis.com/).
19
20
 
21
+ ## Plugin API
22
+
23
+ See the [API documentation](https://watergis.github.io/maplibre-gl-terradraw/).
24
+
20
25
  ## Contribution
21
26
 
22
27
  See [CONTRIBUTING](./CONTRIBUTING.md)