matsimitsu-map
v0.1.1
Published
A Web Component for embedding a map from the matsimitsu-rs CMS on a page
Downloads
3
Readme
matsimitsu-map
A (highly experimental) Web Component for embedding a map from the matsimitsu-rs CMS on a page.
Usage
<script type="module" src="https://unpkg.com/matsimitsu-map?module"></script>
<matsimitsu-map zoom="1000" markers="[{lat: 10, lng: 10, name: \"Foo\"}]"
></matsimitsu-map>
Development
Check out this repository, then run:
cd matsimitsu-map
npm install
Then to start a local development server (using Vite):
npm run dev
Then visit http://127.0.0.1:5173