## How to load MapLibre? Include MapLibre GL JS in the ``. If you are using npm, you can install the `maplibre-gl` package. Make sure to import the CSS as well. ```html ``` Initialize it to a div like this: ```html
```