All Projects → niklasvh → html2canvas-proxy-nodejs

niklasvh / html2canvas-proxy-nodejs

Licence: other
Express middleware proxy for html2canvas

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to html2canvas-proxy-nodejs

banner
🚩 A simple and clean banner generator - Banners on the go. https://liyasthomas.github.io/banner
Stars: ✭ 161 (+59.41%)
Mutual labels:  html2canvas
EditShot
📸 A chrome extension to Edit a Page directly and then taking a screenshot!
Stars: ✭ 21 (-79.21%)
Mutual labels:  html2canvas
html2canvas-csharp-proxy
C# Proxy html2canvas (aspx)
Stars: ✭ 16 (-84.16%)
Mutual labels:  html2canvas
Pico
Take browser screenshots in Javascript 📸
Stars: ✭ 1,807 (+1689.11%)
Mutual labels:  html2canvas
app-screenshot-builder
Play Store and App Store application screenshot builder
Stars: ✭ 26 (-74.26%)
Mutual labels:  html2canvas
turkeyvisited
Mark the cities you have visited in Turkey and share the map!
Stars: ✭ 82 (-18.81%)
Mutual labels:  html2canvas

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());
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].