create-capacitor-plugin
v0.0.1
Published
validate if a person in a selfie has a vest
Maintainers
Readme
create-capacitor-plugin
validate if a person in a selfie has a vest
Install
npm install create-capacitor-plugin
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
checkHasVest(...)
checkHasVest(options: HasVestOptions) => Promise<{ hasVest: boolean; }>| Param | Type |
| ------------- | --------------------------------------------------------- |
| options | HasVestOptions |
Returns: Promise<{ hasVest: boolean; }>
Interfaces
HasVestOptions
| Prop | Type |
| -------------- | -------------------- |
| image | string |
| showLogs | boolean |
