@vinctus/react-maplibre
v1.0.2
Published
Minimalist MapLibre GL JS React wrapper library
Readme
react-maplibre
react-maplibre 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 in .env.development, which can be decrypted using the usual encryption key.
To start the test program type:
npm citsccd testnpm cinpm run dev
