dynamsoft-camera-enhancer
Advanced tools
Comparing version 3.3.1 to 3.3.2-beta-202304031943
@@ -1042,2 +1042,23 @@ import { PlayCallbackInfo } from '../interface/playcallbackinfo'; | ||
/** | ||
* Transform the coordinates from related to the video to related to the viewport and document. | ||
* @param coord | ||
* @returns | ||
* @private | ||
*/ | ||
private transformCoord; | ||
convertToPageCoordinates(point: { | ||
x: number; | ||
y: number; | ||
}): { | ||
x: number; | ||
y: number; | ||
}; | ||
convertToClientCoordinates(point: { | ||
x: number; | ||
y: number; | ||
}): { | ||
x: number; | ||
y: number; | ||
}; | ||
/** | ||
* Releases all resources used by the 'CameraEnhancer' instance. | ||
@@ -1044,0 +1065,0 @@ * @param removeUIElement When true, remove the UIElement from DOM. |
{ | ||
"name": "dynamsoft-camera-enhancer", | ||
"version": "3.3.1", | ||
"version": "3.3.2-beta-202304031943", | ||
"description": "Allow your website to easily control cameras on desktop and mobile devices.", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -16,21 +16,15 @@ # Dynamsoft Camera Enhancer for Your Website | ||
- [Dynamsoft Camera Enhancer for Your Website](#dynamsoft-camera-enhancer-for-your-website) | ||
- [Getting Started](#getting-started) | ||
- [Include the SDK](#include-the-sdk) | ||
- [Use a CDN](#use-a-cdn) | ||
- [Host the SDK yourself](#host-the-sdk-yourself) | ||
- [Interact with the SDK](#interact-with-the-sdk) | ||
- [Create a `CameraEnhancer` object](#create-a-cameraenhancer-object) | ||
- [Configure the `CameraEnhancer` object](#configure-the-cameraenhancer-object) | ||
- [Customize the UI](#customize-the-ui) | ||
- [Hosting the SDK](#hosting-the-sdk) | ||
- [Step One: Deploy the dist folder](#step-one-deploy-the-dist-folder) | ||
- [Step Two: Configure the Server](#step-two-configure-the-server) | ||
- [Step Three: Include the SDK from the server](#step-three-include-the-sdk-from-the-server) | ||
- [FAQ](#faq) | ||
- [Can I open the web page directly from the hard drive?](#can-i-open-the-web-page-directly-from-the-hard-drive) | ||
- [Why can't I use my camera?](#why-cant-i-use-my-camera) | ||
- [API Documentation](#api-documentation) | ||
- [Release Notes](#release-notes) | ||
- [Next Steps](#next-steps) | ||
- [Getting Started](#getting-started) | ||
- [Include the SDK](#include-the-sdk) | ||
- [Interact with the SDK](#interact-with-the-sdk) | ||
- [Hosting the SDK](#hosting-the-sdk) | ||
- [Step One: Deploy the dist folder](#step-one-deploy-the-dist-folder) | ||
- [Step Two: Configure the Server](#step-two-configure-the-server) | ||
- [Step Three: Include the SDK from the server](#step-three-include-the-sdk-from-the-server) | ||
- [FAQ](#faq) | ||
- [Can I open the web page directly from the hard drive?](#can-i-open-the-web-page-directly-from-the-hard-drive) | ||
- [Why can't I use my camera?](#why-cant-i-use-my-camera) | ||
- [API Documentation](#api-documentation) | ||
- [Release Notes](#release-notes) | ||
- [Next Steps](#next-steps) | ||
@@ -57,3 +51,3 @@ ## Getting Started | ||
> In some rare cases, you might not be able to access the CDN. If this happens, you can use [https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.3.1/dist/dce.js](https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.3.1/dist/dce.js) | ||
> In some rare cases, you might not be able to access the CDN. If this happens, you can use [https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.3.2/dist/dce.js](https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.3.2/dist/dce.js) | ||
@@ -85,3 +79,3 @@ #### Host the SDK yourself | ||
```html | ||
<script src="/dynamsoft-camera-enhancer-js-3.3.1/dist/dce.js"></script> | ||
<script src="/dynamsoft-camera-enhancer-js-3.3.2/dist/dce.js"></script> | ||
``` | ||
@@ -88,0 +82,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1164938
5507
3
265