0.10.2 • Published 10 months ago

@feltjs/js-sdk v0.10.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

@feltjs/js-sdk

An SDK for Felt maps.

Documentation site is coming soon.

Getting started

Install the SDK using your preferred package manager:

npm install @feltjs/js-sdk

Embed a Felt map in your app and use the SDK to control it:

import { Felt } from "@feltjs/js-sdk";

const map = await Felt.embed(
  document.querySelector("#container"),
  "felt-map-id",
);
const layers = await map.getLayers();
const elements = await map.getElements();
0.10.1

10 months ago

0.10.2

10 months ago

0.10.2-next.1

10 months ago

0.10.3-next.0

10 months ago

0.10.2-next.0

10 months ago

0.10.0-next.1

10 months ago

0.10.3-next.1

10 months ago

0.10.0-next.2

10 months ago

0.10.1-next.1

10 months ago

0.10.1-next.0

10 months ago

0.10.0

10 months ago

0.10.0-next.0

10 months ago

0.9.2

10 months ago

0.9.1

10 months ago

0.9.0

10 months ago

0.8.0

10 months ago

0.7.0

10 months ago

0.6.1

10 months ago

0.6.0

10 months ago

0.5.3

10 months ago

0.5.2

10 months ago

0.5.1

10 months ago

0.5.0

10 months ago

0.4.3

10 months ago

0.4.2

10 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.2

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.1

11 months ago