expo-camera
Version:
A React component that renders a preview for the device's either front or back camera. Camera's parameters like zoom, auto focus, white balance and flash mode are adjustable. With expo-camera, one can also take photos and record videos that are saved to t
13 lines • 367 B
JSON
{
"extends": "/Users/tomasz/Work/expo/packages/expo-camera/tsconfig.json",
"compilerOptions": {
"module": "esnext",
"typeRoots": [
"./node_modules/@types",
"../node_modules/@types",
"../../node_modules/@types",
"../../../node_modules/@types",
"/Users/tomasz/Work/expo/packages/expo-module-scripts/ts-declarations"
]
}
}