Package Exports
- svelte-maplibre-gl
Readme
Svelte MapLibre GL
Use MapLibre GL JS with the full potential of Svelte's reactivity.
⚠️ This project is currently in the early stages of development. Features and APIs are subject to change.
Documentaion and Examples: https://svelte-maplibre-gl.mierune.dev/examples/
License: MIT or Apache 2.0
Installation
npm install --dev svelte-maplibre-gl
⚠️ svelte-maplibre-gl
only works with Svelte 5 and above.
License
Licensed under the MIT License or the Apache License 2.0, at your option.
Contributing
Everyone is welcomed to contribute to this project! There are many ways to support the project, such as:
- TODO
Authors
- Taku Fukada (@ciscorn) - Original Author
- TODO: Add core contributors
- And all contributors
Acknowledgements
This project svelte-maplibre-gl
is built from scratch, while drawing inspiration from the work of the following libraries:
dimfeld/svelte-maplibre
— A library offering idiomatic Svelte support for the MapLibre GL mapping softwarevisgl/react-map-gl
— React friendly API wrapper around Mapbox/MapLibre GL JS