Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

html2canvas-proxy

niklasvh13.3kMIT1.0.1

Cross-origin content proxy for html2canvas

html2canvas, proxy

readme

html2canvas-proxy

Gitter Build Status NPM Downloads NPM Version

Express middleware proxy for html2canvas

This library provides proxy middleware using express for html2canvas.

For html2canvas >=v1.0.0 use >= v1.0.0 of this library.

Install

npm install html2canvas-proxy --save

Example

var proxy = require('html2canvas-proxy');
var express = require('express');

var app = express();
app.use('/', proxy());