Embed JS
Basic Example
<div id="my-store-locator"></div><script type="module">
import Embed from 'https://boldmapper.com/embed.js';
const embed = new Embed({ mapId: 'abcd-1234-defg-5678-hijk' });
embed.mount('#my-store-locator');
</script>Options
Option
Description
Default
Methods
mount()
unmount()
Last updated