Socket
Socket
Sign inDemoInstall

cube-dynamsoft-camera-enhancer

Package Overview
Dependencies
Maintainers
4
Versions
440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cube-dynamsoft-camera-enhancer - npm Package Compare versions

Comparing version 0.20220803135119.0 to 0.20220816132747.0

10

dist/types/class/cameraenhancer.d.ts

@@ -18,3 +18,2 @@ import { PlayCallbackInfo } from '../interface/playcallbackinfo';

/**
* modify from https://gist.github.com/2107/5529665
* @ignore

@@ -46,3 +45,3 @@ */

/**
* Check if storage is available
* Check if storage is available.
* @ignore

@@ -64,3 +63,2 @@ */

* The url of the default UI.
* Can only be changed before `createInstance`.
* ```js

@@ -105,3 +103,9 @@ * Dynamsoft.DCE.CameraEnhancer.defaultUIElementURL = "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@3.0.1/dist/dce.ui.html";

setUIElement(elementOrUrl: HTMLElement | string): Promise<void>;
/**
* @ignore
*/
appendAndShowUI(): void;
/**
* @ignore
*/
hideUI(): void;

@@ -108,0 +112,0 @@ private _singleFrameMode;

{
"name": "cube-dynamsoft-camera-enhancer",
"version": "0.20220803135119.0",
"version": "0.20220816132747.0",
"description": "Allow your website to easily control cameras on desktop and mobile devices.",

@@ -5,0 +5,0 @@ "private": false,

@@ -16,2 +16,5 @@ # Dynamsoft Camera Enhancer for Your Website

* [FAQ](#faq)
* [API Documentation](#api-documentation)
* [Release Notes](#release-notes)
* [Next Steps](#next-steps)

@@ -52,3 +55,3 @@ > **Example Usage**

[Download the JavaScript Package](https://www.dynamsoft.com/camera-enhancer/downloads/1000021-confirmation/?utm_source=guide)
[Download the JavaScript Package](https://www.dynamsoft.com/camera-enhancer/downloads/1000021-confirmation/?utm_source=npm)

@@ -70,3 +73,3 @@ * yarn

```html
<script src="/dce-js-3.0.0/dist/dce.js"></script>
<script src="/dce-js-3.0.1/dist/dce.js"></script>
```

@@ -239,1 +242,18 @@

* Node.js: [npm tls](https://nodejs.org/docs/v0.4.1/api/tls.html)
## API Documentation
You can check out the detailed documentation about the APIs of the SDK at
[https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/api-reference/index.html](https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/api-reference/index.html).
## Release Notes
Learn about what are included in each release at [https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/release-note/index.html](https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/release-note/index.html).
## Next Steps
Now that you have got the SDK integrated, you can choose to move forward in the following directions
1. Learn how to make use of the [Shape Drawing Feature](https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/user-guide/features/draw-shapes.html).
2. Check out the [official samples on Github](https://github.com/Dynamsoft/camera-enhancer-javascript-samples).
3. Learn about the available [APIs](https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/api-reference/index.html).

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc