I love code and design in equal measure so i opted for a unique blend of both allowing me to tackle a space where there is no longer a gap between what you can draw and what you can build.
Creator of experiences which empower people and bring them together for good.
- Lancashire, United Kingdom
- https://nblackburn.uk
Highlights
- Pro
Pinned Loading
-
rgbToHex.js
rgbToHex.js 1module.exports = (red, green, blue, preferShorthand = false) => {
2let colours = [red, green, blue].map(value => value.toString(16));
3let canBeCondensed = colours.every(value => value.charAt(0) === value.charAt(1));
45if (canBeCondensed && preferShorthand) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.