leaflet-velocity-sys 0.3.0

A wasm-bindgen wrapper for leaflet-velocity.js
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# leaflet-velocity-sys

A wasm-bindgen wrapper for [leaflet-velocity.js](https://github.com/onaci/leaflet-velocity) inspired by [leaflet-rs](https://crates.io/crates/leaflet).

Only the velocityLayer API has been wrapped so far.

## Installation

```toml
[dependencies]
leaflet-velocity-sys = "0.2"
```

## Example

- [basic]https://github.com/AntoineRenaud91/leaflet-velocity-rs/tree/main/examples/basic