UNPKG

always-helper

Version:

前端项目开发中,经常会用到一些工具函数的合集。

2 lines (1 loc) 217 B
export default function(n){var r=/rgb\((\d{1,3}),\s?(\d{1,3}),\s?(\d{1,3})\)/.exec(n);return null!==r?"#"+r.slice(1).map((function(n){return r=Number(n),1===(e=r.toString(16)).length?"0"+e:e;var r,e})).join(""):null}