Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 516 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 516 Bytes

Map Shield Generator

Installation:

npm install

Usage:

node index.js letterWidth letterHeight paddingX paddingY r,g,b,a amount

e.g.: node index.js 10 30 5 5 100,100,100,255 100,100,100,255 20 city-

letterWidth

Width of a single letter

letterHeight

Height of a single letter

paddingX

Padding on both sides

paddingY

Padding on top and bottom

r,g,b,a

Color in rgba (values 0-255). E.g. 255,0,0,255

amount:

Amount of images to generate (same as max. letters to support).