# @amsross/bs-leaflet

> Bucklescript bindings for Leaflet.js

Latest version **3.2.0** (published 2022-05-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install @amsross/bs-leaflet
pnpm add @amsross/bs-leaflet
yarn add @amsross/bs-leaflet
bun add @amsross/bs-leaflet
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.2.0 |
| Published | 2022-05-31 |
| First published | 2020-05-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 24.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Matt Ross |
| Maintainers | amsross |
| Keywords | bucklescript, leaflet, leafletjs, reason, reasonml |

## Links

- npm: https://www.npmjs.com/package/@amsross/bs-leaflet
- Repository: https://github.com/amsross/bs-leaflet
- Homepage: https://github.com/amsross/bs-leaflet#readme
- Issues: https://github.com/amsross/bs-leaflet/issues
- npm.io page: https://npm.io/package/@amsross/bs-leaflet

## Dependencies (1)

- [leaflet](https://npm.io/package/leaflet.md) ^1.6.0

## Recent versions

- 3.2.0 (latest) — 2022-05-31
- 3.1.2 — 2022-05-30
- 3.1.1 — 2022-05-30
- 3.1.0 — 2020-05-29
- 3.0.0 — 2020-05-29
- 2.1.0 — 2020-05-29
- 2.0.0 — 2020-05-29
- 1.1.0 — 2020-05-29
- 1.0.0 — 2020-05-29

## README

# Bucklescript [`leaflet`](https://leafletjs.com/) Bindings
[![Build Status](https://travis-ci.org/amsross/bs-leaflet.svg?branch=master)](https://travis-ci.org/amsross/bs-leaflet) [![npm version](https://img.shields.io/npm/v/@amsross/bs-leaflet.svg)](https://npmjs.org/@amsross/bs-leaflet)

## Installation

Install the project:

`npm install --save @amsross/bs-leaflet`

And add the dependency to your bs-dependencies in `bsconfig.json`:

```json
"bs-dependencies": [
  "@amsross/bs-leaflet"
]
```

The project will be available under the `Leaflet` namespace

---
_Source: https://npm.io/package/@amsross/bs-leaflet · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
