Capture Web Page As Image Using Javascript – icapture

Category: Javascript | February 16, 2017
Authorshoeblabs
Last UpdateFebruary 16, 2017
LicenseMIT
Tags
Views665 views
Capture Web Page As Image Using Javascript – icapture

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.

You Might Be Interested In:


Leave a Reply