What's Changed
-
feat: Split extensions into dedicated entry points by @ciscorn in #71
To use extensions, you now need to import them from dedicated endpoints:
import { MapLibreContourSource } from "svelte-maplibre-gl/contour" import { DeckGLOverlay } from "svelte-maplibre-gl/deckgl" import { PMTilesProtocol } from "svelte-maplibre-gl/pmtiles"
Full Changelog: v0.0.23...v0.1.0