cube-dynamsoft-camera-enhancer
Advanced tools
Comparing version 0.20220929145528.0 to 0.20220930161048.0
@@ -172,3 +172,2 @@ import { PlayCallbackInfo } from '../interface/playcallbackinfo'; | ||
private _reusedWebGLCvs?; | ||
private _reusedWebGLCtx?; | ||
private _tempDataContainer?; | ||
@@ -175,0 +174,0 @@ private _webGLTexture; |
import { Note } from '../../interface/Note'; | ||
import { DrawingItemEvent } from '../../interface/DrawingItemEvent'; | ||
export declare class DrawingItem { | ||
@@ -15,3 +16,3 @@ static arrMediaTypes: string[]; | ||
_mapStyle: Map<string, any>; | ||
protected mapEvents: Map<string, Function[]>; | ||
protected mapCallback_WrappedCallback: Map<any, any>; | ||
protected mapNoteName_Content: Map<string, Array<any>>; | ||
@@ -22,4 +23,4 @@ readonly isDrawingItem: boolean; | ||
_getFabricObject(): fabric.Object; | ||
on(event: string, callback: () => void): void; | ||
off(event: string, callback: () => void): void; | ||
on(eventName: string, listener: (event: DrawingItemEvent) => void): void; | ||
off(eventName: string, listener: (event: DrawingItemEvent) => void): void; | ||
_setEditable(editable: boolean): void; | ||
@@ -26,0 +27,0 @@ hasNote(name: string): boolean; |
{ | ||
"name": "cube-dynamsoft-camera-enhancer", | ||
"version": "0.20220929145528.0", | ||
"version": "0.20220930161048.0", | ||
"description": "Allow your website to easily control cameras on desktop and mobile devices.", | ||
@@ -5,0 +5,0 @@ "private": false, |
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
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
1109149
40
5101