html2canvas 0.5.0~beta4+ds1-2 source package in Ubuntu

Changelog

html2canvas (0.5.0~beta4+ds1-2) unstable; urgency=medium

  * Use $(CURDIR) instead of $(PWD) to fix a FTBFS. (Closes: #846682)

 -- Ximin Luo <email address hidden>  Sun, 11 Dec 2016 09:44:02 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
html2canvas_0.5.0~beta4+ds1-2.dsc 2.4 KiB 5c728cd0d788855132ba418e1cb489916fb951b15580d1578bbf67ee3c1091f0
html2canvas_0.5.0~beta4+ds1.orig.tar.gz 83.7 KiB 04d30351fefea74a4bb742077f1d59114dd49eeb55c9b787c15e6fe2296a8465
html2canvas_0.5.0~beta4+ds1-2.debian.tar.xz 13.5 KiB 96601292bf774972edceddedbbd11417cd258c1a29eb14266e42b0b837bc8007

No changes file available.

Binary packages built by this source

libjs-html2canvas: Take screenshots of webpages directly in the browser - browser library

 html2canvas allows you to take "screenshots" of webpages or parts of it,
 directly on the users browser. The screenshot is based on the DOM and as such
 may not be 100% accurate to the real representation as it does not make an
 actual screenshot, but builds the screenshot based on the information
 available on the page.
 .
 It renders the current page as a canvas image, by reading the DOM and the
 different styles applied to the elements.
 .
 It does not require any rendering from the server, as the whole image is
 created on the clients browser. However, as it is heavily dependent on the
 browser, this library is not suitable to be used in nodejs. It doesn't
 magically circumvent any browser content policy restrictions either, so
 rendering cross-origin content will require a proxy to get the content to the
 same origin.
 .
 It is still in a very experimental state, so the author doesn't recommend
 using it in a production environment nor start building applications with it
 yet, as there will be still major changes made.
 .
 This package contains the plain JS library as well as a minified version.

node-html2canvas: Take screenshots of webpages directly in the browser - NodeJS module

 html2canvas allows you to take "screenshots" of webpages or parts of it,
 directly on the users browser. The screenshot is based on the DOM and as such
 may not be 100% accurate to the real representation as it does not make an
 actual screenshot, but builds the screenshot based on the information
 available on the page.
 .
 It renders the current page as a canvas image, by reading the DOM and the
 different styles applied to the elements.
 .
 It does not require any rendering from the server, as the whole image is
 created on the clients browser. However, as it is heavily dependent on the
 browser, this library is not suitable to be used in nodejs. It doesn't
 magically circumvent any browser content policy restrictions either, so
 rendering cross-origin content will require a proxy to get the content to the
 same origin.
 .
 It is still in a very experimental state, so the author doesn't recommend
 using it in a production environment nor start building applications with it
 yet, as there will be still major changes made.
 .
 This package contains the NodeJS package. Note that html2canvas is NOT suited
 to be used from NodeJS. However some people these days use NPM for non-NodeJS
 purposes. This package is for those special people.