@capgo/camera-preview 7.8.2 → 7.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,6 +7,14 @@
7
7
  <h2><a href="https://capgo.app/consulting/?ref=plugin"> Missing a feature? We’ll build the plugin for you 💪</a></h2>
8
8
  </div>
9
9
 
10
+
11
+ ![NPM Version](https://img.shields.io/npm/v/%40capgo%2Fcamera-preview)
12
+ ![NPM Downloads](https://img.shields.io/npm/dy/%40capgo%2Fcamera-preview)
13
+ ![GitHub Repo stars](https://img.shields.io/github/stars/Cap-go/capacitor-camera-preview)
14
+ ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Cap-go/capacitor-camera-preview/.github%2Fworkflows%2Fbuild.yml)
15
+ ![GitHub License](https://img.shields.io/github/license/Cap-go/capacitor-camera-preview)
16
+ ![Maintenance](https://img.shields.io/maintenance/yes/2025)
17
+
10
18
  <p>
11
19
  Capacitor plugin that allows camera interaction from Javascript and HTML<br>(based on cordova-plugin-camera-preview).
12
20
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/camera-preview",
3
- "version": "7.8.2",
3
+ "version": "7.9.0",
4
4
  "description": "Camera preview",
5
5
  "license": "MIT",
6
6
  "repository": {