react-native-vision-camera-resizerType aliasesResizerStatetype ResizerState = | { error: undefined; resizer: undefined; state: "loading"; } | { error: undefined; resizer: Resizer; state: "ready"; } | { error: Error; resizer: undefined; state: "error"; }PixelLayoutRepresents how the individual channels per pixel are arranged in memory.ScaleModeThe mode tells the GPU resize pipeline how to map the input image into the output bounds when the aspect ratio doesn't match.