MCPcopy Create free account
hub / github.com/bendc/animateplus / convert

Function convert

animateplus.js:122–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120};
121
122const convert = color =>
123 hexPairs(color).map(string => parseInt(string, 16));
124
125const rgba = hex => {
126 const color = hex.slice(1);

Callers 1

rgbaFunction · 0.85

Calls 1

hexPairsFunction · 0.85

Tested by

no test coverage detected