Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 282 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 282 Bytes

mapbox-sprites-from-png

Generates mapbox-gl sprites from a collection of png images.

You should ideally generate sprites from svg images using spritezero-cli. But sometimes you just have the png version.

Usage:

  1. Place your images in the img directory.
  2. Run npm start.