[TypeScript docs](https://maps.protomaps.com/typedoc/)

## Usage

Prepare your environment with:

```
nvm use
npm ci
```

## Generate JSON styles

To generate a style.json for a default flavor and language:

```
npm run generate_style style.json https://example.com/tilejson.json light en
```