comicgen
Version:
Add comics to your website or app with an API. Choose a character, angle, emotion and pose. Embed on your page.
45 lines (44 loc) • 925 B
JSON
{
"defaults": {
"width": 300,
"height": 440
},
"replace": {
"shirt-left": {
"type": "color",
"selector": "path[fill='#E87613' i]",
"attr": "fill",
"default": "#E87613"
},
"shirt-right": {
"type": "color",
"selector": "path[fill='#FF9B21' i]",
"attr": "fill",
"default": "#FF9B21"
},
"face": {
"type": "color",
"selector": "path[fill='#B28B67' i]",
"attr": "fill",
"default": "#B28B67"
},
"hair": {
"type": "color",
"selector": "path[fill='#191847' i]",
"attr": "fill",
"default": "#191847"
},
"pant-right": {
"type": "color",
"selector": "path[fill='#5C63AB' i]",
"attr": "fill",
"default": "#5C63AB"
},
"pant-left": {
"type": "color",
"selector": "path[fill='#2F3676' i]",
"attr": "fill",
"default": "#2F3676"
}
}
}