dwt
Version:
Dynamic Web TWAIN is a TWAIN/ICA/SANE-based scanning SDK software specifically designed for web applications running on Windows/macOS/Linux. With just a few lines of code, you can develop robust applications to scan documents from TWAIN/ICA/SANE-compatibl
60 lines (59 loc) • 1.81 kB
JSON
{
"name": "dwt",
"version": "19.0.0",
"author": {
"name": "Dynamsoft",
"url": "https://www.dynamsoft.com"
},
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"dynamsoft-core": "*"
},
"description": "Dynamic Web TWAIN is a TWAIN/ICA/SANE-based scanning SDK software specifically designed for web applications running on Windows/macOS/Linux. With just a few lines of code, you can develop robust applications to scan documents from TWAIN/ICA/SANE-compatible scanners, edit the scanned images and save them to a local/server file system or document repository.",
"devDependencies": {},
"directories": {},
"files": [
"dist",
"dwt-openapi.yaml"
],
"homepage": "https://www.dynamsoft.com/web-twain/overview/",
"keywords": [
"TWAIN",
"JavaScript",
"document",
"scanning",
"web",
"browser",
"cross-platform",
"scanner",
"document management",
"HTML5 scan",
"JavaScript scan",
"Web scan",
"HTML5 scanner",
"JavaScript scanner",
"web scanner",
"HTML5 scanning",
"JavaScript scanning",
"Web scanning",
"TWAIN",
"WIA",
"Web TWAIN",
"document scanning",
"SANE"
],
"main": "dist/dynamsoft.webtwain.min.js",
"module": "dist/dynamsoft.webtwain.min.mjs",
"maintainers": [
{
"name": "Dynamsoft Support Team",
"email": "support@dynamsoft.com"
}
],
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/Dynamsoft/Dynamic-Web-TWAIN"
},
"types": "dist/types"
}