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) • 763 B
JSON
{
"defaults": {
"width": 500,
"height": 600
},
"replace": {
"face": {
"type": "color",
"selector": "path[fill='#ffc89e' i]",
"attr": "fill",
"default": "#ffc89e"
},
"suit": {
"type": "color",
"selector": "path[fill='#00325f' i]",
"attr": "fill",
"default": "#00325f"
},
"tie": {
"type": "color",
"selector": "path[fill='#9e1300' i]",
"attr": "fill",
"default": "#9e1300"
},
"hair": {
"type": "color",
"selector": "path[fill='#492e06' i]",
"attr": "fill",
"default": "#492e06"
},
"shoe": {
"type": "color",
"selector": "path[fill='#663f00' i]",
"attr": "fill",
"default": "#663f00"
}
}
}