fontpath-wordwrap
Version:
simple word-wrapping tools for fontpath
38 lines (37 loc) • 773 B
JSON
{
"name": "fontpath-wordwrap",
"version": "1.0.1",
"description": "simple word-wrapping tools for fontpath",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mattdesl/fontpath-wordwrap.git"
},
"keywords": [
"word",
"wrap",
"wordwrap",
"greedy",
"line",
"space",
"linespace",
"fontpath",
"font",
"text",
"rendering",
"canvas",
"webgl"
],
"author": "Matt DesLauriers",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattdesl/fontpath-wordwrap/issues"
},
"homepage": "https://github.com/mattdesl/fontpath-wordwrap",
"dependencies": {
"word-wrapper": "^1.0.7"
}
}