Downloads

Get marker.js Live

You can add marker.js Live to your web app in one of the following ways:

From npm

Add marker.js Live to your app by running one of the following commands.

npm install markerjs-live
or
yarn add markerjs-live

From CDN

Use UNPKG to add marker.js Live directly to your page.

Add this code to the head section of your HTML.

<script src="https://unpkg.com/markerjs-live/markerjs-live.js"></script>

Download standalone files

Download complied marker.js Live files or source code from GitHub.

Build from source

Clone the repository:

git clone https://github.com/ailon/markerjs-live

Run the build script:

yarn build

You can now get the library files in the /dist directory.

Current version