• Stars
    star
    141
  • Rank 258,812 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

JavaScript implementation of a screenshot with html2canvas.js and canvas2image.js(js实现屏幕截图)

JavaScript-screenshot

star this repofork this repo npm languages node MIT Licence

中文

Introduction

JavaScript implementation screenshot,There are two libraries used:

Html2Canvas.js
Canvas2Image.js

I mainly made two demos and one NPM package:

  1. Simple Version
  2. Webpack+Vue+Element Version
  3. js-screenshot-for-npm

Simple Version Of Use

Open index.html directly in your browser.

Webpack+Vue+Element Version Of Use

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Example

The original html is like this:

This is the element node:

This is after converting to canvas:

This is the element node:

This is after converting to img:

This is the element node:

This is the final result:

js-screenshot-for-npm

npm install --save js_screen_shots

For details, see the document README.md.