Generating a name tag sheet from a list of names

I needed to generate a sheet of images featuring names from a list.

So wrote a short code that takes string inputs from a JavaScript array and creates a sheet, ready to be printed. I relied on svg.js to programmatically generate the SVG file.

See and get the code in this GitHub gist

Feel free to use it: