Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
const
convert = color =>
123
hexPairs(color).map(string => parseInt(string, 16));
124
125
const
rgba = hex => {
126
const
color = hex.slice(1);
Callers
1
rgba
Function · 0.85
Calls
1
hexPairs
Function · 0.85
Tested by
no test coverage detected