@anyline/anyline-js
Advanced tools
Comparing version 42.5.0 to 51.2.0
{ | ||
"name": "@anyline/anyline-js", | ||
"version": "42.5.0", | ||
"version": "51.2.0", | ||
"description": "anyline sdk in the browser", | ||
@@ -29,2 +29,2 @@ "types": "./types/index.d.ts", | ||
"homepage": "https://github.com/Anyline/anyline-ocr-anylinejs-module#readme" | ||
} | ||
} |
@@ -11,13 +11,13 @@ # Web SDK | ||
- Tire Size, | ||
- Vehicle identification number (VIN), | ||
- shipping container (Horizontal and Vertical), | ||
- Barcode, | ||
- Serial number, | ||
- license plate, | ||
- MRZ, | ||
- EHIC (eCard), | ||
- german ID front, | ||
- austrian, german and UK drivers licenses | ||
- meter scanning | ||
- Tire Size | ||
- Commercial Tire ID | ||
- Tire Identification Number | ||
- Vehicle Identification Number (VIN) | ||
- Shipping Container (Horizontal and Vertical) | ||
- 1D and 2D Barcodes | ||
- Serial Number | ||
- License Plate | ||
- MRZ | ||
- Austrian and German Drivers Licenses | ||
- Meter Scanning | ||
@@ -33,3 +33,3 @@ ## Content | ||
[API documentation](https://js.anyline.com/release/42.5.0/docs/index.html) | ||
[API documentation](https://js.anyline.com/release/51.2.0/docs/index.html) | ||
@@ -111,5 +111,8 @@ For full documentation visit: [https://documentation.anyline.com/web-sdk-component/latest/index.html](https://documentation.anyline.com/web-sdk-component/latest/index.html) | ||
**Go to https://anyline.com/request/contact for a test-license** | ||
When you've received a license for your domain, edit your host file to route your domain to localhost. Then: | ||
`npm run demo` | ||
Visit http://127.0.0.1:8080/demo. | ||
Visit http://yourdomain.com:8080/demo | ||
@@ -122,4 +125,2 @@ or | ||
**The license included in the demo only allows Web SDK to run on 127.0.0.1** | ||
### Typescript support | ||
@@ -126,0 +127,0 @@ |
@@ -6,3 +6,2 @@ export default AnylineJS; | ||
coverVideo?: boolean; | ||
}): React.JSX.Element; | ||
import React from "react"; | ||
}): JSX.Element; |
export function Blink({ show }: { | ||
show: any; | ||
}): React.JSX.Element; | ||
import React from "react"; | ||
}): JSX.Element; |
export default Loader; | ||
declare function Loader(): React.JSX.Element; | ||
import React from "react"; | ||
declare function Loader(): JSX.Element; |
export default VideoStream; | ||
declare function VideoStream({ coverVideo }: { | ||
coverVideo: any; | ||
}): React.JSX.Element; | ||
import React from "react"; | ||
}): JSX.Element; |
@@ -1,10 +0,3 @@ | ||
import platform from 'platform'; | ||
import ImageService from './image.service'; | ||
export type CustomStorage = { | ||
getItem: Function; | ||
setItem: Function; | ||
}; | ||
type Dependencies = { | ||
store: Storage | CustomStorage; | ||
platform: typeof platform; | ||
anylineWorker: any; | ||
@@ -16,11 +9,2 @@ imageService: ImageService; | ||
constructor(dependencies: Dependencies); | ||
getUuid(): any; | ||
private generateUuid; | ||
getPlatformInfo(): { | ||
name: string; | ||
version: string; | ||
product: string; | ||
manufacturer: string; | ||
os: string; | ||
}; | ||
prepareReporting(msg: any): void; | ||
@@ -27,0 +11,0 @@ sendReporting(json: any, url: string, sendAsync: boolean): void; |
@@ -8,3 +8,2 @@ export default App; | ||
feedbackAnimationStyle: any; | ||
}): React.JSX.Element; | ||
import React from "react"; | ||
}): JSX.Element; |
@@ -6,3 +6,2 @@ export default AnylineJS; | ||
coverVideo?: boolean; | ||
}): React.JSX.Element; | ||
import React from "react"; | ||
}): JSX.Element; |
export function Blink({ show }: { | ||
show: any; | ||
}): React.JSX.Element; | ||
import React from "react"; | ||
}): JSX.Element; |
@@ -10,3 +10,2 @@ export default Cutout; | ||
feedbackAnimationStyle: any; | ||
}): React.JSX.Element; | ||
import React from "react"; | ||
}): JSX.Element; |
export function CutoutManager({ parentEl, feedbackAnimationStyle }: { | ||
parentEl: any; | ||
feedbackAnimationStyle: any; | ||
}): React.JSX.Element; | ||
}): JSX.Element; | ||
export default CutoutManager; | ||
import React from "react"; |
export default Loader; | ||
declare function Loader(): React.JSX.Element; | ||
import React from "react"; | ||
declare function Loader(): JSX.Element; |
export default Mask; | ||
declare function Mask({ onInit }: { | ||
onInit?: () => void; | ||
}): React.JSX.Element; | ||
import React from "react"; | ||
}): JSX.Element; |
@@ -8,3 +8,2 @@ export default Polygon; | ||
useStyles?: boolean; | ||
}): React.JSX.Element; | ||
import React from "react"; | ||
}): JSX.Element; |
@@ -13,3 +13,2 @@ export default ScanFeedback; | ||
isAnimating: any; | ||
}): React.JSX.Element; | ||
import React from "react"; | ||
}): JSX.Element; |
@@ -16,3 +16,2 @@ export default SvgCutout; | ||
feedbackAnimationStyle: any; | ||
}): React.JSX.Element; | ||
import React from "react"; | ||
}): JSX.Element; |
export default VideoStream; | ||
declare function VideoStream({ coverVideo }: { | ||
coverVideo: any; | ||
}): React.JSX.Element; | ||
import React from "react"; | ||
}): JSX.Element; |
export default Editor; | ||
declare function Editor(): React.JSX.Element; | ||
import React from "react"; | ||
declare function Editor(): JSX.Element; |
@@ -1,10 +0,3 @@ | ||
import platform from 'platform'; | ||
import ImageService from './image.service'; | ||
export type CustomStorage = { | ||
getItem: Function; | ||
setItem: Function; | ||
}; | ||
type Dependencies = { | ||
store: Storage | CustomStorage; | ||
platform: typeof platform; | ||
anylineWorker: any; | ||
@@ -16,11 +9,2 @@ imageService: ImageService; | ||
constructor(dependencies: Dependencies); | ||
getUuid(): any; | ||
private generateUuid; | ||
getPlatformInfo(): { | ||
name: string; | ||
version: string; | ||
product: string; | ||
manufacturer: string; | ||
os: string; | ||
}; | ||
prepareReporting(msg: any): void; | ||
@@ -27,0 +11,0 @@ sendReporting(json: any, url: string, sendAsync: boolean): void; |
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 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
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
53350500
135
145
4271