@vinctus/react-mapbox
v0.1.0
Published
Minimalist Mapbox GL JS React.js wrapper library
Downloads
6
Readme
react-mapbox
react-mapbox is a very minimalist React.js wrapper library for the Mapbox GL JS Typescript library.
Documentation can be found here.
Testing
There is a test program in the test
directory. It gets the Mapbox access token from environment variable
REACT_APP_MAPBOX_API_KEY
which can be defined in .env.development
.
To start the test program type:
npm i```
tsc```
cd test```
npm i```
npm start```