Skip to content

Commit

Permalink
npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
TeruyaHaroldo committed Apr 7, 2021
0 parents commit eabd116
Show file tree
Hide file tree
Showing 33 changed files with 9,999 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
demo/
.idea/
support/
*.tar
*.tgz
.npmignore
*.map
*.ts
tsconfig.json
scripts
.DS_Store
*.aar
node_modules
*.esm.json
!extractTGZ.js
*.js.map
*.log

# Editor directories and files
.idea
.vscode
319 changes: 319 additions & 0 deletions README.md

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions Yoonit.Camera.android.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { CameraBase } from './Yoonit.Camera.common';
export declare class YoonitCamera extends CameraBase {
nativeView: ai.cyberlabs.yoonit.camera.CameraView;
createNativeView(): Object;
initNativeView(): void;
disposeNativeView(): void;
requestPermission(explanation?: string): Promise<boolean>;
hasPermission(): boolean;
setImageCaptureColorEncoding(colorEncoding: string): void;
setFaceContours(enable: boolean): void;
setFaceContoursColor(color: any): void;
setComputerVision(enable: boolean): void;
setComputerVisionLoadModels(modelPaths: Array<String>): void;
computerVisionClearModels(): void;
}
248 changes: 248 additions & 0 deletions Yoonit.Camera.android.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Yoonit.Camera.android.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eabd116

Please sign in to comment.