forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2023-07-23 03:19:41 +03:00
parent 2522154808
commit 8a877fce7a
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ function deltaRgb (rgb1, rgb2) {
}
function toRGBArray(rgbStr) {
console.log(rgbStr)
return rgbStr.match(/\d+/g).map(Number);
}