RSS Git Download  Clone
Raw View History
Blames found: 1 Mode: javascript Binary: false


Hang on, we reloading big blames...
module.exports = { twemoji: { callback: function(icon, options, variant) { if (icon === "") { return false; } return ''.concat(options.base, options.size, '/', icon, options.ext); }, folder: 'svg', ext: '.svg', } }