ctx-dashed-line
Version:
draw a dashed line in html5 2d canvas
35 lines (34 loc) • 727 B
JSON
{
"devDependencies": {
"tape": "^4.0.0"
},
"name": "ctx-dashed-line",
"version": "1.0.0",
"description": "draw a dashed line in html5 2d canvas",
"main": "dashed-line.js",
"directories": {
"example": "examples"
},
"dependencies": {
"tape": "^4.0.0"
},
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tmpvar/ctx-dashed-line.git"
},
"keywords": [
"CanvasRenderingContext2D",
"dashed",
"ctx",
"line"
],
"author": "Elijah Insua <tmpvar@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tmpvar/ctx-dashed-line/issues"
},
"homepage": "https://github.com/tmpvar/ctx-dashed-line"
}