I found this web page which describes in detail a browser plugin that exposes Wacom tablet features such as pressure sensitivity in JavaScript. Unfortunately, the download link is dead. Does this product exist?
5 Answers
Pressure sensitivity is now exposed by the browser's Pointer Events API for all supported tablets (not just Wacom). Pointer events such as onpointermove will contain a "pressure" field that ranges between 0.0 and 1.0.
Pointer Events are supported by Chrome, Firefox, Internet Explorer (10+), Microsoft Edge and Safari (13+) on macOS and Windows 8+ (Windows 7 doesn't provide pressure information). See:

- 7,604
- 4
- 45
- 55

- 1,640
- 1
- 17
- 18
Also, someone has written a Linux plugin using NPAPI: https://github.com/ZaneA/WacomWebPlugin

- 47,466
- 33
- 109
- 111
plugin file is included in Driver Installer.
If you extract Wacom Pentablet driver installer for Windows (this is executable zip archive), you can find TabletPlugins\fbWTPInstall_x86.exe (and fbWTPInstall_x64.exe).
This file is "Wacom Tablet Plugin installer for Netscape Browsers". So, execute it, then available Web browser plugin demos.

- 391
- 3
- 11
-
Where do I find this? – Nick Retallack Aug 29 '14 at 18:27
Unfortunately the plugin uses NPAPI, and browsers are progressively dropping support for that (Chrome, Firefox), so it seems like the driver is no longer useful right now.

- 898
- 14
- 17

- 1,640
- 1
- 17
- 18
Visit the new site here:
http://us.wacom.com/developerrelations
It's true that the plugin itself is contained in the driver.

- 15,283
- 3
- 18
- 33
-
-
Click on 'Web', wasn't that what you were looking for? Perhaps you can explain what it is you seek, and for what purpose? – KIKO Software Sep 01 '14 at 06:06