From 47f5c5d30b155cabf0d0ee13a02a168b430e35eb Mon Sep 17 00:00:00 2001 From: Taku Fukada Date: Fri, 17 Jan 2025 04:42:23 +0900 Subject: [PATCH] add `svelte-maplibre-gl` package (#726) * add svelte-maplibre-gl * format --- src/routes/packages/packages.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index ec456648e..d25f70254 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -3188,6 +3188,14 @@ "npm": "sonda", "categories": ["build-plugins", "integrations"] }, + { + "title": "svelte-maplibre-gl", + "url": "https://svelte-maplibre-gl.mierune.dev/", + "repository": "https://github.com/MIERUNE/svelte-maplibre-gl", + "description": "Build interactive web maps effortlessly with MapLibre GL JS and Svelte", + "npm": "svelte-maplibre-gl", + "categories": ["integrations", "data-visualisation", "user-interaction", "ui-components"] + }, { "title": "UI Ingredients", "url": "https://ui-ingredients.vercel.app/",