@capgo/capacitor-document-scanner 7.2.1 → 7.2.2
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/README.md
CHANGED
|
@@ -104,4 +104,4 @@ Opens the device camera and starts the document scanning experience.
|
|
|
104
104
|
## credits
|
|
105
105
|
|
|
106
106
|
This plugin is a re implementation of the original https://document-scanner.js.org
|
|
107
|
-
Thanks for the original work, we recoded it with more modern SDK but
|
|
107
|
+
Thanks for the original work, we recoded it with more modern SDK but explodes the same API
|
|
@@ -4,7 +4,7 @@ import Foundation
|
|
|
4
4
|
@available(iOS 13.0, *)
|
|
5
5
|
@objc(DocumentScannerPlugin)
|
|
6
6
|
public class DocumentScannerPlugin: CAPPlugin, CAPBridgedPlugin {
|
|
7
|
-
private let pluginVersion: String = "7.2.
|
|
7
|
+
private let pluginVersion: String = "7.2.2"
|
|
8
8
|
public let identifier = "DocumentScannerPlugin"
|
|
9
9
|
public let jsName = "DocumentScanner"
|
|
10
10
|
public let pluginMethods: [CAPPluginMethod] = [
|