Overview
SDK Contents
SDK File: javascript-signature-sdk
Folder | Description |
---|---|
dist\ | Additional distribution files |
eula\ | End-user License Agreement |
evaluation-license-agreement\ | Evaluation License Agreement |
legacy\ | Legacy version of the SDK that doesn't utilize node modules |
package.json | JSON file containing package information |
signature-sdk.js | JavaScript component of the SDK |
signature-sdk.wasm | WebAssembly component of the SDK |
vite.config.js | Vite component for module setup |
Summary
The Wacom Ink SDK for signature enables the capture of handwritten electronic signatures on those devices, whether manufactured by Wacom or other major vendors.
This enables multiple use cases for digitizing signature-centric document workflows, whether signatures need to be captured at a fixed location or on mobile devices.
Via the Signature SDK for Javascript, the SDK can be used to create and store handwritten electronic signatures on all major operating systems including Windows, Android, iOS, Mac OS and Linux.
The SDK can also be deployed for applications running on local devices, servers or for web applications, enabling the same signature workflow for all deployment methods.
Facilitating cross-platform compatibility is how Wacom Ink SDK for signature provides the most flexible, powerful and secure way for service providers to add handwritten electronic signatures to their digital workflow solutions.
Application Development
The Wacom Signature Software Development Kit for JavaScript provides the documentation and tools to create signature-enabled applications. No component installations are required and the SDK is platform-independent.
Features of the Wacom SigCaptX Library have been included in this SDK. Below is a comparison table between the two.
Feature | SigCaptX | JavaScript SDK |
---|---|---|
Browser compatibility | All major browsers | All major browsers. Support is required for WebAssembly and, if users are signing with an STU device, WebHID. See https://caniuse.com/?search=WebAssembly and https://caniuse.com/?search=WEBHID |
Requires local installation of signature library | Yes | No software installation is required. |
OS compatibility | Windows | Dependent on browser compatibility and device support |
License | SignatureLite (free) | Enterprise license required |
Device compatibility | Wacom devices: STU or Wintab | Wacom devices and those supporting HTML5 Pointer events |
Wizard control | Yes for STU devices | Not supported |
Samples
The samples for the Javascript SDK are hosted on GitHub:
- Signature JavaScript Samples on GitHub - https://github.com/Wacom-Developer/signature-sdk-js
SDK
The SDK is available from our website.