UNPKG

logo.svg

Version:

Generate a svg logo, then you can embed it in you README.md

11 lines (9 loc) 321 B
'use strict'; module.exports = { font: 'Gubblebum-Blocky.ttf', fontSize: 72, kerning: true, // if true takes kerning information into account divided: false, // generate individual path for every char grouped: false, // if true group the divided path with `<g></g>` spacing: 0 // letter spacing };