capacitor-plugin-camera-forked 3.0.113 → 3.0.114

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.
package/LICENSE CHANGED
File without changes
@@ -130,6 +130,7 @@ public class CameraPreviewPlugin extends Plugin {
130
130
 
131
131
  previewView = new PreviewView(getContext());
132
132
  previewView.setScaleType(PreviewView.ScaleType.FIT_CENTER);
133
+ previewView.setBackgroundColor(Color.TRANSPARENT);
133
134
  FrameLayout.LayoutParams cameraPreviewParams = new FrameLayout.LayoutParams(
134
135
  FrameLayout.LayoutParams.MATCH_PARENT,
135
136
  FrameLayout.LayoutParams.MATCH_PARENT
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-plugin-camera-forked",
3
- "version": "3.0.113",
3
+ "version": "3.0.114",
4
4
  "description": "A capacitor camera plugin - A custom Capacitor camera plugin with additional features.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",