
create
update
delete
{
"type": "sticker",
"x": 1364, // default: 0
"y": 540, // default: 0
// allowed values between 0.02 to 2000 inclusive
"scale": 1.07, // default: 0.54
// allowed values: 228
"height": 228.0, // default: 228
// allowed values: 199, 350
"width": 350.0, // default: 199
"style": {
// supports short hex code color format
// Allowed values are:
// - Yellow: #fff9b1
// - White: #f5f6f8
// - Light Orange: #f5d128
// - Olive: #d0e17a
// - Green: #d5f692
// - Pastel Blue: #a6ccf5
// - Aqua:#67c6c0
// - Blue: #23bfe7
// - Orange: #ff9d48
// - Pink: #ea94bb
// - Red: #f16c7f
// - Purple: #b384bb
"backgroundColor": "#fff9b1", // default is yellow
// allowed values:
// "Arial", "Abril Fatface", "Bangers", "EB Garamond", "Georgia", "Graduate",
// "Gravitas One", "Fredoka One", "Nixie One", "OpenSans", "Permanent Marker",
// "PT Sans", "PT Sans Narrow", "PT Serif", "Rammetto One", "Roboto",
// "Roboto Condensed", "Roboto Slab", "Caveat", "Times New Roman", "Titan One",
// "Lemon Tuesday", "Roboto Mono", "Noto Sans", "IBM Plex Sans", "IBM Plex Serif",
// "IBM Plex Mono"
"fontFamily": "OpenSans", // default: "OpenSans"
// allowed values between 10 to 999 inclusive
"fontSize": 48, // default: 14
// allowed values: "center", "right", "left"
"textAlign": "left", // default: "center"
// allowed values: "middle", "bottom", "top"
"textAlignVertical": "middle" // default: "middle"
},
"text": "<p>Sticker</p>"
}