Update FRAME_PROCESSORS.mdx

This commit is contained in:
Marc Rousavy
2021-05-06 15:30:12 +02:00
committed by GitHub
parent b8e8fb09d4
commit 0ac73faf31

View File

@@ -68,6 +68,7 @@ const frameProcessor = useFrameProcessor((frame) => {
}, []) }, [])
const boxOverlayStyle = useAnimatedStyle(() => ({ const boxOverlayStyle = useAnimatedStyle(() => ({
position: 'absolute',
borderWidth: 1, borderWidth: 1,
borderColor: 'red', borderColor: 'red',
...catBounds.value ...catBounds.value