UNPKG

fontpath-shape2d

Version:

Decomposes vector font into discrete points

42 lines (41 loc) 857 B
{ "name": "fontpath-shape2d", "version": "0.0.5", "description": "Decomposes vector font into discrete points", "main": "index.js", "dependencies": { "shape2d": "0.0.5" }, "devDependencies": { "vecmath": "^0.1.1", "fontpath-test-fonts": "0.0.2", "canvas-testbed": "0.0.2", "fontpath-vecmath": "0.0.0", "tap": "^0.4.9" }, "scripts": { "test": "tap test.js" }, "repository": { "type": "git", "url": "https://github.com/mattdesl/fontpath-shape2d" }, "keywords": [ "fontpath", "font", "vector", "path", "outline", "decompose", "glyph", "ttf", "otf", "woff" ], "author": "Matt DesLauriers", "license": "MIT", "bugs": { "url": "https://github.com/mattdesl/fontpath-shape2d/issues" }, "homepage": "https://github.com/mattdesl/fontpath-shape2d" }