UNPKG

@nativescript-community/ui-cameraview

Version:

A CameraView allowing custom live processing for NativeScript

11 lines 269 B
import { CameraView } from '..'; let installed = false; export default { install(Vue) { if (!installed) { installed = true; Vue.registerElement('CameraView', () => CameraView, {}); } } }; //# sourceMappingURL=index.js.map