comicgen
Version:
Add comics to your website or app with an API. Choose a character, angle, emotion and pose. Embed on your page.
39 lines (38 loc) • 758 B
JSON
{
"defaults": {
"width": 500,
"height": 600
},
"replace": {
"suit": {
"type": "color",
"selector": "path[fill='#454545' i]",
"attr": "fill",
"default": "#454545"
},
"shirt": {
"type": "color",
"selector": "path[fill='#fff' i]",
"attr": "fill",
"default": "#fff"
},
"face": {
"type": "color",
"selector": "path[fill='#ff9b58' i]",
"attr": "fill",
"default": "#ff9b58"
},
"hair": {
"type": "color",
"selector": "path[fill='#ffb203' i]",
"attr": "fill",
"default": "#ffb203"
},
"tie": {
"type": "color",
"selector": "path[fill='#f4380c' i]",
"attr": "fill",
"default": "#f4380c"
}
}
}