Converts a Google Maps styler array to a Google Static Maps styler URL query string.
npm install google-static-maps-styler-query 
Converts a Google Maps styler array to a Google Static Maps styler URL query string.
To install with npm, run:
``sh`
npm install google-static-maps-styler-query
How to create a styled static map URL:
`js
import googleStaticMapsStylerQuery from "google-static-maps-styler-query";
const styles = [{ elementType: "labels", stylers: [{ visibility: "off" }] }];
const stylerQuery = googleStaticMapsStylerQuery(styles);
const googleStaticMapSrc = https://maps.googleapis.com/maps/api/staticmap?center=Australia&size=250x200${stylerQuery};`
- Node.js: ^12.22.0 || ^14.17.0 || >= 16.0.0> 0.5%, not OperaMini all, not IE > 0, not dead
- Browsers:
These ECMAScript modules are published to npm and exported via the package.json exports field: