MCPcopy Create free account
hub / github.com/dariyd/react-native-document-scanner / ScannedImage

Interface ScannedImage

example/App.tsx:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21import {launchScanner} from '@dariyd/react-native-document-scanner';
22
23interface ScannedImage {
24 uri: string;
25 fileName: string;
26 fileSize: number;
27 width: number;
28 height: number;
29}
30
31function App() {
32 const isDarkMode = useColorScheme() === 'dark';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected