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) • 764 B
JSON
{
"defaults": {
"width": 500,
"height": 600
},
"replace": {
"suit": {
"type": "color",
"selector": "path[fill='#343d4c' i]",
"attr": "fill",
"default": "#343d4c"
},
"shirt": {
"type": "color",
"selector": "path[fill='#dddddd' i]",
"attr": "fill",
"default": "#dddddd"
},
"face": {
"type": "color",
"selector": "path[fill='#f99a6b' i]",
"attr": "fill",
"default": "#f99a6b"
},
"tie": {
"type": "color",
"selector": "path[fill='#004fa6' i]",
"attr": "fill",
"default": "#004fa6"
},
"hair": {
"type": "color",
"selector": "path[fill='#fdf7dd' i]",
"attr": "fill",
"default": "#fdf7dd"
}
}
}