'use strict';
module.exports = {
font: 'Gubblebum-Blocky.ttf',
fontSize: 72,
kerning: true, // if true takes kerning information into accountdivided: false, // generate individual path for every chargrouped: false, // if true group the divided path with `<g></g>`spacing: 0// letter spacing
};