UNPKG

bresenham-line-algorithm

Version:
32 lines (31 loc) 776 B
{ "name": "bresenham-line-algorithm", "version": "1.0.3", "description": "Bresenham line drawing algorithm", "main": "src/index.js", "typings": "src/index.d.ts", "scripts": { "test": "mocha" }, "author": "Anusha Ihalapathirana", "repository": { "type": "git", "url": "https://github.com/anushaihalapathirana/Bresenham-line-drawing-algorithm.git" }, "keywords": [ "line drawing", "bresenham", "bresenham line drawing", "bresenham line", "node bresenham algorithm", "bresenham algorithm", "node.js" ], "homepage": "https://github.com/anushaihalapathirana/Bresenham-line-drawing-algorithm#readme", "license": "ISC", "devDependencies": { "chai": "^4.2.0", "mocha": "^7.1.2" }, "dependencies": {} }