webfxscan
v1.0.3
Published
WebFxScan library, which is intended for use controlling and interacting with a scanner device(preferebly Plustek Scanners)
Readme
WebFxScan - JavaScript Library
This library provides functionalities for interacting with WebFxScan devices. It handles communication with the WebFxScan server and utilizes the WebFxScanUtility for various tasks.
Installation
There are two ways to use this library:
- Directly include the script: Download the
scan.jsscript from the Plustek SDK repository here and include it in your HTML file:
HTML
<script src="scan.js"></script>
- Use as a module (Node.js): Install the library via npm:
Bash
npm install webfxscan
Then import it in your Node.js project:
JavaScript
const WebFxScan = require('webfxscan');
Usage
The main functionality of the library is provided through the WebFxScan class. However, the inner workings utilize WebFxScanServer , WebFxScanScanner and WebFxScanUtility for communication and device management.
Important: This documentation does not cover the code usage and API examples read more about that here ,
License
This project is licensed under the APACHE 2.0 License. See the LICENSE file for details.
