html2canvas-proxy
Version:
Cross-origin content proxy for html2canvas
27 lines (16 loc) • 1 kB
Markdown
html2canvas-proxy
=================
[](https://gitter.im/niklasvh/html2canvas?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[](https://travis-ci.org/niklasvh/html2canvas-proxy-nodejs)
[](https://www.npmjs.org/package/html2canvas-proxy)
[](https://www.npmjs.org/package/html2canvas-proxy)
#### Express middleware proxy for html2canvas ####
This library provides proxy middleware using express for [html2canvas](https://github.com/niklasvh/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());