UNPKG

chaikin-smooth

Version:

chaikin's smoothing algorithm for 2D lines

44 lines (43 loc) 838 B
{ "name": "chaikin-smooth", "version": "1.0.4", "description": "chaikin's smoothing algorithm for 2D lines", "main": "index.js", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "https://github.com/Jam3/chaikin-smooth.git" }, "keywords": [ "chaikin", "smooth", "polyline", "2d", "polygon", "smoothing", "chaikin's", "smoother", "algorithm", "svg", "shape", "round", "subdivide", "points", "line", "path" ], "author": "Matt DesLauriers <dave.des@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Jam3/chaikin-smooth/issues" }, "homepage": "https://github.com/Jam3/chaikin-smooth", "devDependencies": { "deepcopy": "^0.3.3" }, "dependencies": { "vec2-copy": "^1.0.0" } }