Skip to content

bryanjjohnson/typed-mapbox-gl

 
 

Repository files navigation

typed-mapbox-gl Build Status

Type definitions for Mapbox GL JS

How to use

npm install mapbox-gl --save
typings install dt~geojson --global --save
typings install github:dobrud/typed-mapbox-gl --global --save

Usage in code:

import * as mapboxgl from 'mapbox-gl';

If you need only a single class:

import {LngLat} from 'mapbox-gl';

Run tests

typings install
tsc mapbox-gl-tests.ts

About

Type definitions for Mapbox GL JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%