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) • 765 B
JSON
{
"defaults": {
"width": 500,
"height": 600
},
"replace": {
"face": {
"type": "color",
"selector": "path[fill='#edcba8' i]",
"attr": "fill",
"default": "#edcba8"
},
"dress": {
"type": "color",
"selector": "path[fill='#50789b' i]",
"attr": "fill",
"default": "#50789b"
},
"hair": {
"type": "color",
"selector": "path[fill='#bdbdaf' i]",
"attr": "fill",
"default": "#bdbdaf"
},
"belt": {
"type": "color",
"selector": "path[fill='#366284' i]",
"attr": "fill",
"default": "#366284"
},
"shoe": {
"type": "color",
"selector": "path[fill='#202020' i]",
"attr": "fill",
"default": "#202020"
}
}
}