UNPKG

anbani-textart

Version:

Text Art Generator by Anbani.ge

10 lines (7 loc) 228 B
import collection from './lib/Collection.mjs'; let generator = { fonts: collection, keys : Object.keys(collection), generate : (fontKey, text) => { return collection[fontKey].generate(text) } } export default generator;