From a3c02f9ef166ca07b531bb173b67f66f17ef4472 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Sun, 25 Feb 2024 18:34:55 +0800 Subject: [PATCH] link to JS API docs --- pmtiles/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pmtiles/index.md b/pmtiles/index.md index c8f00fc..f4535ed 100644 --- a/pmtiles/index.md +++ b/pmtiles/index.md @@ -48,6 +48,10 @@ PMTiles is designed for being read directly in web browsers in conjunction with See the docs on viewing PMTiles in [Leaflet](/pmtiles/leaflet), [MapLibre GL JS](/pmtiles/maplibre) and [OpenLayers](/pmtiles/openlayers). +Each of the client integrations uses the [JavaScript pmtiles library](https://github.com/protomaps/PMTiles/tree/main/js). + +[JavaScript Library API documentation](https://protomaps.github.io/PMTiles/typedoc/) + ### Python `pmtiles` is a python package for reading and writing PMTiles. [GitHub](https://github.com/protomaps/PMTiles/tree/master/python) and via the [Python Package Index](https://pypi.org/project/pmtiles/).