We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab976c commit be203c1Copy full SHA for be203c1
README.md
@@ -117,9 +117,9 @@ or
117
```JSON
118
{
119
"background": {
120
- "red": 255,
121
- "green": 255,
122
- "blue": 255,
+ "r": 255,
+ "g": 255,
+ "b": 255,
123
"alpha": 1
124
}
125
src/Types.ts
@@ -24,7 +24,7 @@ export interface IStickerOptions extends IStickerConfig {
24
*/
25
quality?: sharp.WebpOptions['quality']
26
/**
27
- * Background Color of the sticker (only works with type full)
+ * Background Color of the sticker (only for type full)
28
29
background?: Color
30
0 commit comments