Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
am2222 authored Mar 2, 2024
1 parent be0eeb2 commit 0e04bca
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# mapbox-pmtiles
# Mapbox-PmTiles

[![NPM Build](https://github.com/am2222/mapbox-pmtiles/actions/workflows/build.yml/badge.svg)](https://github.com/am2222/mapbox-pmtiles/actions/workflows/build.yml) [![](https://data.jsdelivr.com/v1/package/npm/mapbox-pmtiles/badge)](https://www.jsdelivr.com/package/npm/mapbox-pmtiles)

Add PmTiles support to mapbox


# Usage

## ESM Module

## JSDeliver

```html

<script type="module">
import mapboxPmtiles from 'https://cdn.jsdelivr.net/npm/mapbox-pmtiles/+esm'
</script>



```

0 comments on commit 0e04bca

Please sign in to comment.