Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dynamsoft-camera-enhancer

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamsoft-camera-enhancer - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1-beta08022311

4

dist/types/class/cameraenhancer.d.ts

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

* ```js
* Dynamsoft.DCE.CameraEnhancer.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@3.0.0/dist/";
* Dynamsoft.DCE.CameraEnhancer.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@3.0.1/dist/";
* ```

@@ -65,3 +65,3 @@ */

* ```js
* Dynamsoft.DCE.CameraEnhancer.defaultUIElementURL = "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@3.0.0/dist/dce.ui.html";
* Dynamsoft.DCE.CameraEnhancer.defaultUIElementURL = "https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@3.0.1/dist/dce.ui.html";
* let pEnhancer = null;

@@ -68,0 +68,0 @@ * (async()=>{

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

@@ -35,4 +35,2 @@ "private": false,

"scripts": {
"~~tsc": "tsc",
"~~rollup": "rollup",
"test": "echo \"Error: no test specified\" && exit 1",

@@ -39,0 +37,0 @@ "build-dev": "rollup -c --environment BUILD:development",

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

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

@@ -35,3 +38,3 @@ > **Example Usage**

```html
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@3.0.0/dist/dce.js"></script>
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@3.0.1/dist/dce.js"></script>
```

@@ -42,3 +45,3 @@

```html
<script src="https://unpkg.com/dynamsoft-camera-enhancer@3.0.0/dist/dce.js"></script>
<script src="https://unpkg.com/dynamsoft-camera-enhancer@3.0.1/dist/dce.js"></script>
```

@@ -71,3 +74,3 @@

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

@@ -240,1 +243,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 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

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