mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
refactor(lib): run prettier
This commit is contained in:
@@ -27,11 +27,10 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
|
||||
plugin: 'cordova-plugin-firebase-mlvision',
|
||||
pluginRef: 'FirebaseVisionPlugin',
|
||||
repo: 'https://github.com/alon22/cordova-plugin-firebase-mlvision',
|
||||
platforms: ['Android', 'iOS']
|
||||
platforms: ['Android', 'iOS'],
|
||||
})
|
||||
@Injectable()
|
||||
export class FirebaseVision extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Recognize text in image
|
||||
* @param file_uri {string} Image URI
|
||||
|
||||
Reference in New Issue
Block a user