https://github.com/niklasvh/html2canvas-proxy-nodejs
Express middleware proxy for html2canvas
https://github.com/niklasvh/html2canvas-proxy-nodejs
html2canvas nodejs proxy
Last synced: about 1 year ago
JSON representation
Express middleware proxy for html2canvas
- Host: GitHub
- URL: https://github.com/niklasvh/html2canvas-proxy-nodejs
- Owner: niklasvh
- Created: 2014-09-20T16:53:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T02:20:52.000Z (over 5 years ago)
- Last Synced: 2025-05-19T19:06:39.424Z (about 1 year ago)
- Topics: html2canvas, nodejs, proxy
- Language: JavaScript
- Homepage: https://html2canvas.hertzen.com/
- Size: 6.84 KB
- Stars: 123
- Watchers: 4
- Forks: 38
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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());