UNPKG

retina-dom-to-image

Version:

A fork of the dom-to-image library that outputs an image for higher DPI screens

46 lines (45 loc) 1.31 kB
{ "name": "retina-dom-to-image", "version": "2.5.6", "description": "A fork of the dom-to-image library that outputs an image for higher DPI screens", "main": "src/dom-to-image.js", "dependencies": {}, "devDependencies": { "chai": "^2.2.0", "grunt": "~0.4.5", "grunt-cli": "^1.2.0", "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-uglify": "^0.9.1", "grunt-contrib-watch": "^0.6.1", "grunt-karma": "^1.0.0", "karma": "^0.13.22", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^0.1.8", "karma-firefox-launcher": "^0.1.4", "karma-mocha": "^0.1.10", "karma-mocha-reporter": "^1.3.0", "mocha": "^2.2.4" }, "scripts": { "test": "./node_modules/.bin/grunt test" }, "repository": { "type": "git", "url": "git+https://github.com/eltonjuan/dom-to-image.git" }, "keywords": [ "dom", "image", "raster", "render", "html", "canvas", "svg" ], "author": "Anatolii Saienko <anatoly.sayenko@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/tsayen/dom-to-image/issues" }, "homepage": "https://github.com/tsayen/dom-to-image#readme" }