canvas-hd
Version:
Draw in high definition to a CanvasRenderingContext2D
33 lines (32 loc) • 688 B
JSON
{
"name": "canvas-hd",
"version": "1.0.1",
"description": "Draw in high definition to a CanvasRenderingContext2D",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samvv/canvas-utils.git"
},
"keywords": [
"canvas",
"2d",
"rendering",
"render",
"draw",
"hidpi",
"hd",
"hq"
],
"dependencies": {
"canvas-hidden-transform": "*"
},
"author": "Sam Vervaeck",
"license": "MIT",
"bugs": {
"url": "https://github.com/samvv/canvas-utils/issues"
},
"homepage": "https://github.com/samvv/canvas-utils#readme"
}