@anyline/anyline-js
Advanced tools
Comparing version 42.3.1 to 42.4.0
@@ -8,2 +8,3 @@ const root = document.getElementById('root'); | ||
try { | ||
closeSidebar(); | ||
selectedPreset = preset; | ||
@@ -10,0 +11,0 @@ |
{ | ||
"name": "@anyline/anyline-js", | ||
"version": "42.3.1", | ||
"version": "42.4.0", | ||
"description": "anyline sdk in the browser", | ||
@@ -5,0 +5,0 @@ "types": "./types/index.d.ts", |
@@ -132,3 +132,3 @@ # Web SDK | ||
<br> | ||
Worker Demo link -- https://js.anyline.com/release/42.3.1/demo/index.html<br> | ||
Worker CDN link -- https://js.anyline.com/release/42.3.1/anyline.js<br> | ||
Demo link -- https://js.anyline.com | ||
<br> |
@@ -6,2 +6,3 @@ export default AnylineJS; | ||
coverVideo?: boolean; | ||
}): JSX.Element; | ||
}): React.JSX.Element; | ||
import React from "react"; |
export function Blink({ show }: { | ||
show: any; | ||
}): JSX.Element; | ||
}): React.JSX.Element; | ||
import React from "react"; |
export default Loader; | ||
declare function Loader(): JSX.Element; | ||
declare function Loader(): React.JSX.Element; | ||
import React from "react"; |
export default VideoStream; | ||
declare function VideoStream({ coverVideo }: { | ||
coverVideo: any; | ||
}): JSX.Element; | ||
}): React.JSX.Element; | ||
import React from "react"; |
@@ -8,2 +8,3 @@ export default App; | ||
feedbackAnimationStyle: any; | ||
}): JSX.Element; | ||
}): React.JSX.Element; | ||
import React from "react"; |
@@ -6,2 +6,3 @@ export default AnylineJS; | ||
coverVideo?: boolean; | ||
}): JSX.Element; | ||
}): React.JSX.Element; | ||
import React from "react"; |
export function Blink({ show }: { | ||
show: any; | ||
}): JSX.Element; | ||
}): React.JSX.Element; | ||
import React from "react"; |
@@ -10,2 +10,3 @@ export default Cutout; | ||
feedbackAnimationStyle: any; | ||
}): JSX.Element; | ||
}): React.JSX.Element; | ||
import React from "react"; |
export function CutoutManager({ parentEl, feedbackAnimationStyle }: { | ||
parentEl: any; | ||
feedbackAnimationStyle: any; | ||
}): JSX.Element; | ||
}): React.JSX.Element; | ||
export default CutoutManager; | ||
import React from "react"; |
export default Loader; | ||
declare function Loader(): JSX.Element; | ||
declare function Loader(): React.JSX.Element; | ||
import React from "react"; |
export default Mask; | ||
declare function Mask({ onInit }: { | ||
onInit?: () => void; | ||
}): JSX.Element; | ||
}): React.JSX.Element; | ||
import React from "react"; |
@@ -8,2 +8,3 @@ export default Polygon; | ||
useStyles?: boolean; | ||
}): JSX.Element; | ||
}): React.JSX.Element; | ||
import React from "react"; |
@@ -13,2 +13,3 @@ export default ScanFeedback; | ||
isAnimating: any; | ||
}): JSX.Element; | ||
}): React.JSX.Element; | ||
import React from "react"; |
@@ -16,2 +16,3 @@ export default SvgCutout; | ||
feedbackAnimationStyle: any; | ||
}): JSX.Element; | ||
}): React.JSX.Element; | ||
import React from "react"; |
export default VideoStream; | ||
declare function VideoStream({ coverVideo }: { | ||
coverVideo: any; | ||
}): JSX.Element; | ||
}): React.JSX.Element; | ||
import React from "react"; |
export default Editor; | ||
declare function Editor(): JSX.Element; | ||
declare function Editor(): React.JSX.Element; | ||
import React from "react"; |
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 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
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
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
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
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
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
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
4714
11
45361148