rescript-mapbox-gl

0.0.1 • Public • Published

rescript-mapbox-gl

🚧 binding for mapbox-gl-js

Table of Content

Installation

Run the following in your favorit console:

> yarn add rescript-mapbox-gl

TODO

🏗 WIP, 🚧 Isn't implemented

Example

open Mapbox
// create Map
let map = Map.make() // new Map.map()
// create Map with Options
let mapWithOpt = Map.makeOptions(~container=Map.id("app-hash-in-dom"), ())->Map.makeWithOption

API

The API closely match with mapbox-gl-js. You can refer to the mapbox-gl-js documentation

Contribution

Feel Free

License

MIT

Package Sidebar

Install

npm i rescript-mapbox-gl

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

3.8 kB

Total Files

9

Last publish

Collaborators

  • ri7nz