Skip to content

Commit

Permalink
feat: add @capacitor-mlkit/face-detection package (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Grosswiler <[email protected]>
  • Loading branch information
robingenz and trancee authored Jul 22, 2023
1 parent fba5254 commit 5595ebc
Show file tree
Hide file tree
Showing 60 changed files with 4,008 additions and 4,771 deletions.
6 changes: 5 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
],
"commit": false,
"fixed": [
["@capacitor-mlkit/translation", "@capacitor-mlkit/barcode-scanning"]
[
"@capacitor-mlkit/barcode-scanning",
"@capacitor-mlkit/face-detection",
"@capacitor-mlkit/translation"
]
],
"linked": [],
"access": "public",
Expand Down
5 changes: 5 additions & 0 deletions .changeset/smart-jobs-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@capacitor-mlkit/face-detection': minor
---

Initial release 🎉
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body:
description: Select the plugins that this bug affects.
options:
- label: Barcode Scanning
- label: Face Detection
- label: Translation
- type: checkboxes
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body:
description: Select the plugins that this feature request affects.
options:
- label: Barcode Scanning
- label: Face Detection
- label: Translation
- type: textarea
attributes:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Click on the name of the desired plugin under the [`Plugins`](#plugins) section
| Name | Package | Version | Downloads |
| ----------------------------------------------- | ----------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Barcode Scanning](./packages/barcode-scanning) | `@capacitor-mlkit/barcode-scanning` | [![npm badge](https://img.shields.io/npm/v/@capacitor-mlkit/barcode-scanning?style=flat-square)](https://www.npmjs.com/package/@capacitor-mlkit/barcode-scanning) | [![npm downloads](https://img.shields.io/npm/dw/@capacitor-mlkit/barcode-scanning?style=flat-square)](https://www.npmjs.com/package/@capacitor-mlkit/barcode-scanning) |
| [Face Detection](./packages/face-detection) | `@capacitor-mlkit/face-detection` | [![npm badge](https://img.shields.io/npm/v/@capacitor-mlkit/face-detection?style=flat-square)](https://www.npmjs.com/package/@capacitor-mlkit/face-detection) | [![npm downloads](https://img.shields.io/npm/dw/@capacitor-mlkit/face-detection?style=flat-square)](https://www.npmjs.com/package/@capacitor-mlkit/face-detection) |
| [Translation](./packages/translation) | `@capacitor-mlkit/translation` | [![npm badge](https://img.shields.io/npm/v/@capacitor-mlkit/translation?style=flat-square)](https://www.npmjs.com/package/@capacitor-mlkit/translation) | [![npm downloads](https://img.shields.io/npm/dw/@capacitor-mlkit/translation?style=flat-square)](https://www.npmjs.com/package/@capacitor-mlkit/translation) |

## Changelogs
Expand Down
Loading

0 comments on commit 5595ebc

Please sign in to comment.