npm install @eox/map
// for setups with bundlers e.g. Vite
import "@eox/map"
// or, for e.g. single HTML files without bundler
import "@eox/map/dist/eox-map.js"
<eox-map></eox-map>
Please refer to the map docs for more details.
For a development setup, please check the root-level readme.
Auto-generated by release-please