JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6511
  • Score
    100M100P100Q123919F
  • License MIT

Cross-origin content proxy for html2canvas

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

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());