0.10.2 • Published 9 months ago

@feltjs/js-sdk v0.10.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 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

9 months ago

0.10.2

9 months ago

0.10.2-next.1

9 months ago

0.10.3-next.0

9 months ago

0.10.2-next.0

9 months ago

0.10.0-next.1

9 months ago

0.10.3-next.1

9 months ago

0.10.0-next.2

9 months ago

0.10.1-next.1

9 months ago

0.10.1-next.0

9 months ago

0.10.0

9 months ago

0.10.0-next.0

9 months ago

0.9.2

9 months ago

0.9.1

9 months ago

0.9.0

9 months ago

0.8.0

9 months ago

0.7.0

9 months ago

0.6.1

9 months ago

0.6.0

9 months ago

0.5.3

9 months ago

0.5.2

9 months ago

0.5.1

9 months ago

0.5.0

9 months ago

0.4.3

9 months ago

0.4.2

9 months ago

0.4.1

9 months ago

0.4.0

9 months ago

0.3.2

9 months ago

0.3.1

9 months ago

0.3.0

9 months ago

0.2.2

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.1

10 months ago