Skip to content

Commit

Permalink
6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwolz committed Aug 16, 2024
1 parent 2e82306 commit ae371f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p>
<h3 align="center">Capacitor Camera Preview</h3>
<p align="center"><strong><code>@capacitor-community/camera-preview</code></strong></p>
<h1>📷</h1>

<h3 align="center">Capacitor Camera Preview Lite</h3>
<p align="center"><strong><code>@michaelwolz/camera-preview-lite</code></strong></p>
<br>
<p align="center"><strong>CAPACITOR 6</strong></p><br>

<p align="center">
Capacitor plugin that allows camera interaction from Javascript and HTML<br>(based on @capacitor-community/camera-preview which itself was based on cordova-plugin-camera-preview).
Capacitor plugin that allows camera interaction from Javascript and HTML<br>(based on [@capacitor-community/camera-preview](https://github.com/capacitor-community/camera-preview) which itself was based on cordova-plugin-camera-preview).

This fork focuses on the camera functionality of the plugin by enabling high resolution photo output and better focus handling for new iPhone models.
</p>

<br>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@michaelwolz/camera-preview-lite",
"version": "6.0.0",
"version": "6.1.0",
"description": "Fork of the capacitor-community/camera-preview plugin focusing on high resolution photos without bloating up the code.",
"type": "module",
"main": "dist/plugin.cjs.js",
Expand Down

0 comments on commit ae371f8

Please sign in to comment.