Skip to content

Commit be203c1

Browse files
committed
chore(docs): fix typo and JSDoc
1 parent eab976c commit be203c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ or
117117
```JSON
118118
{
119119
"background": {
120-
"red": 255,
121-
"green": 255,
122-
"blue": 255,
120+
"r": 255,
121+
"g": 255,
122+
"b": 255,
123123
"alpha": 1
124124
}
125125
}

src/Types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface IStickerOptions extends IStickerConfig {
2424
*/
2525
quality?: sharp.WebpOptions['quality']
2626
/**
27-
* Background Color of the sticker (only works with type full)
27+
* Background Color of the sticker (only for type full)
2828
*/
2929
background?: Color
3030
}

0 commit comments

Comments
 (0)