## How to load MapLibre? Include [MapLibre GL JS](https://maplibre.org/maplibre-gl-js/docs/) 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 ```