html2canvas
Categories
Component ID
2141147
Component name
html2canvas
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1389
Component created
Component changed
Component body
API module to include html2canvas javascript library, see http://html2canvas.hertzen.com/
Instructions
- Download the module.
- Download the html2canvas javascript library (https://github.com/niklasvh/html2canvas/releases).
- Place it under sites/all/libraries/html2canvas so that the file can be found under sites/all/libraries/html2canvas/html2canvas.js.
- Enable the module.
This module does nothing by itself, it just provides the html2canvas library so that other modules can use it.
You can load the library like this:
libraries_load('html2canvas');
