Preview: textShadow.js
Size: 236 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/css-to-react-native/src/transforms/textShadow.js
import { parseShadow } from './util'
export default tokenStream => {
const { offset, radius, color } = parseShadow(tokenStream)
return {
textShadowOffset: offset,
textShadowRadius: radius,
textShadowColor: color,
}
}
Directory Contents
Dirs: 0 × Files: 15