UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

2 lines (1 loc) 242 B
const o=o=>{if(3!==o.length)throw Error("RGB array should have 3 elements. Source: rgbToHex function");const r=[];for(const t of o){const o=t.toString(16).padStart(2,"0");r.push(o)}return`#${r.join("").toUpperCase()}`};export{o as rgbToHex};