cube-dynamsoft-camera-enhancer
Advanced tools
Comparing version 0.20220720095618.0 to 0.20220725095006.0
@@ -169,2 +169,3 @@ import { PlayCallbackInfo } from '../interface/playcallbackinfo'; | ||
private set bOpen(value); | ||
readonly isCameraEnhancer: boolean; | ||
readonly isDisposed: boolean; | ||
@@ -171,0 +172,0 @@ /** |
@@ -15,2 +15,3 @@ export declare class DrawingItem { | ||
protected mapEvents: Map<string, Function[]>; | ||
readonly isDrawingItem: boolean; | ||
constructor(fabricObject: fabric.Object, styleId?: number); | ||
@@ -17,0 +18,0 @@ private _setFabricObject; |
{ | ||
"name": "cube-dynamsoft-camera-enhancer", | ||
"version": "0.20220720095618.0", | ||
"version": "0.20220725095006.0", | ||
"description": "Allow your website to easily control cameras on desktop and mobile devices.", | ||
@@ -9,3 +9,6 @@ "private": false, | ||
"module": "dist/dce.mjs", | ||
"browser": "dist/dce.esm.js", | ||
"exports": { | ||
"import": "./dist/dce.esm.js", | ||
"require": "./dist/dce.js" | ||
}, | ||
"sideEffects": false, | ||
@@ -12,0 +15,0 @@ "types": "dist/types/index.d.ts", |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1714689
4824