shape2d-triangulate
Version:
triangulates a fontpath using poly2tri
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "shape2d-triangulate",
"version": "0.0.2",
"description": "triangulates a fontpath using poly2tri",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "mkdir -p demo/bundle && browserify demo/glyph.js -o demo/bundle/glyph.js"
},
"author": "Matt DesLauriers",
"license": "MIT",
"devDependencies": {
"vecmath": "^0.1.1",
"fontpath-test-fonts": "0.0.2",
"canvas-testbed": "0.0.2",
"fontpath-vecmath": "0.0.1",
"fontpath-shape2d": "0.0.1"
},
"dependencies": {
"poly2tri": "^1.3.5",
"point-util": "0.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mattdesl/shape2d-triangulate.git"
},
"keywords": [
"shape2d",
"shape",
"polygon",
"contour",
"poly2tri",
"triangulate",
"triangulation",
"tesselate",
"tesselation",
"fontpath",
"outline",
"triangles",
"tris"
],
"bugs": {
"url": "https://github.com/mattdesl/shape2d-triangulate/issues"
},
"homepage": "https://github.com/mattdesl/shape2d-triangulate"
}