Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ReyhaneMasumi committed Nov 26, 2020
1 parent 6703591 commit 3abd2a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# mapbox-gl-draw-cut-polygon-mode

A custom mode for [MapboxGL-Draw](https://github.com/mapbox/mapbox-gl-draw) to cut polygons
> Check [mapbox-gl-draw-split-polygon-mode](https://github.com/ReyhaneMasumi/mapbox-gl-draw-split-polygon-mode) For splitting polygons.
## [DEMO](https://reyhanemasumi.github.io/mapbox-gl-draw-cut-polygon-mode/)

Expand All @@ -15,6 +16,11 @@ A custom mode for [MapboxGL-Draw](https://github.com/mapbox/mapbox-gl-draw) to c
```bash
npm install mapbox-gl-draw-cut-polygon-mode mapbox-gl-draw-passing-mode
```
or use CDN:

```html
<script src='https://unpkg.com/mapbox-gl-draw-cut-polygon-mode'></script>
```

## Usage

Expand Down

0 comments on commit 3abd2a0

Please sign in to comment.