mapbox / maki

A POI Icon Set
http://labs.mapbox.com/maki-icons/
Creative Commons Zero v1.0 Universal
1.5k stars 213 forks source link

Allow maki to be used from browsers #462 #556

Closed mbullington closed 2 years ago

mbullington commented 2 years ago

Adds another build script node scripts/make-browser.js that makes a browser.js in the root that you can use in Browserify/Webpack/ESBuild/whatever!.

The trick here is that everything in our @mapbox/maki export is JSON serializable, so the script basically does:

module.exports = JSON.stringify(maki)