MCPcopy Create free account
hub / github.com/jhen0409/react-native-debugger / icon

Function icon

app/utils/devMenu.js:86–89  ·  view source on GitHub ↗
(name, resizeOpts)

Source from the content-addressed store, hash-verified

84
85const hslShift = [0.5, 0.2, 0.8]
86const icon = (name, resizeOpts) => {
87 const image = nativeImage.createFromNamedImage(name, hslShift)
88 return image.resize(resizeOpts)
89}
90
91let namedImages
92const initNamedImages = () => {

Callers 1

initNamedImagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected