rgb-to-hex converter fully implemented

This commit is contained in:
Domenik 2025-02-15 19:52:49 +01:00
parent 6d71eaef03
commit 557efd74ba
9 changed files with 228 additions and 19 deletions

View file

@ -19,6 +19,7 @@
},
"devDependencies": {
"@types/node": "^22.13.4",
"prettier": "3.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
@ -758,6 +759,22 @@
"integrity": "sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==",
"license": "MIT"
},
"node_modules/prettier": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz",
"integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/process-warning": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.1.tgz",