0.1.1 • Published 11 months ago

matsimitsu-map v0.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

matsimitsu-map

npm

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

0.1.1

11 months ago

0.1.0

12 months ago