maplibre-gl-js
maplibre-gl-js copied to clipboard
docs: show how to npm i maplibre-gl on intro page
we currently only show how to use CDN to install
I also think the examples should use es6 style import instead of using the global maplibre object, not just the readme. I don't think it's a big effort and will make this library feel more modern.
Since maplibre is packaged using commonjs, using it with a module type script is not possible ATM 😕