Author: | shoeblabs |
---|---|
Views Total: | 661 views |
Official Page: | Go to website |
Last Update: | February 16, 2017 |
License: | MIT |
Preview:

Description:
icapture is a JavaScript library to create a resizable crop area that allows to capture a specific part of webpage as a downloadable image.
How to use it:
- Press Ctrl+shift+1 to open iCapture frame
- Resize or Move iCapture frame
- Click Save button to capture selected frame
- Press ESC To close iCapture frame
Usage:
Load the required html2canvas library to convert html page into canvas:
<script src="js/html2canvas.js"></script>
Load the icapture’s script after html2canvas library:
<script src="js/icapture.js"></script>
That’s it.