Update snippet descriptions
This commit is contained in:
@ -13,5 +13,5 @@ const toRGBArray = rgbStr => rgbStr.match(/\d+/g).map(Number);
|
||||
```
|
||||
|
||||
```js
|
||||
toRGBArray('rgb(255,12,0)'); // [255, 12, 0]
|
||||
toRGBArray('rgb(255, 12, 0)'); // [255, 12, 0]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user