react-native-vision-camera-zxing
Version: 
A powerful, high-performance React Native Camera library.
7 lines • 415 B
JavaScript
import { CameraRuntimeError } from '../CameraError';
export class FrameProcessorsUnavailableError extends CameraRuntimeError {
  constructor(reason) {
    super('system/frame-processors-unavailable', 'Frame Processors are not available, react-native-worklets-core is not installed! ' + `Error: ${reason instanceof Error ? reason.message : reason}`);
  }
}
//# sourceMappingURL=FrameProcessorsUnavailableError.js.map