henry-capture-vision-cordova
Advanced tools
Comparing version 1.0.0-beta-5 to 1.0.0-beta-6
{ | ||
"name": "henry-capture-vision-cordova", | ||
"version": "1.0.0-beta-5", | ||
"version": "1.0.0-beta-6", | ||
"description": "Dynamsoft cordova plugin with DBR and DCE.", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -9,3 +9,3 @@ import { TorchButton } from './CameraSettings'; | ||
constructor(); | ||
bindCameraViewToElement(element: HTMLElement): void; | ||
bindToHtmlElement(element: HTMLElement): void; | ||
setOverlayVisible(isVisible: boolean): void; | ||
@@ -12,0 +12,0 @@ setTorchButton(torchButton: TorchButton): void; |
@@ -43,3 +43,3 @@ "use strict"; | ||
} | ||
bindCameraViewToElement(element) { | ||
bindToHtmlElement(element) { | ||
this.htmlElement = element; | ||
@@ -46,0 +46,0 @@ this.elementDidChange(); |
@@ -146,3 +146,3 @@ declare module Dynamsoft { | ||
constructor(); | ||
bindCameraViewToElement(element: HTMLElement): void; | ||
bindToHtmlElement(element: HTMLElement): void; | ||
setOverlayVisible(isVisible: boolean): void; | ||
@@ -149,0 +149,0 @@ setTorchButton(torchButton: TorchButton): void; |
@@ -298,3 +298,3 @@ System.register("BasicStructures", [], function (exports_1, context_1) { | ||
} | ||
bindCameraViewToElement(element) { | ||
bindToHtmlElement(element) { | ||
this.htmlElement = element; | ||
@@ -301,0 +301,0 @@ this.elementDidChange(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
173839
2337