The map snapshotter (#266) introduces an additional use case for map style. Conceptually, it makes sense that:
- a snapshotter should be able to have the same style as an interactive map
- a snapshotter's style should be configurable the same as an interactive map
So, perhaps it would make sense for the StyleState, instead of the MapLibreMap, to own the base style URI and the style composition, and the StyleState to be passed as parameter to the snapshotter?