Package Exports
- html2canvas-proxy
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (html2canvas-proxy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
html2canvas-proxy
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 --saveExample
var proxy = require('html2canvas-proxy');
var express = require('express');
var app = express();
app.use('/', proxy());