text2svg
Version:
Convert text to svg path.
36 lines (35 loc) • 727 B
JSON
{
"name": "text2svg",
"version": "1.0.1",
"description": "Convert text to svg path.",
"main": "index.js",
"author": "bubkoo",
"license": "MIT",
"keywords": [
"convert",
"text",
"svg",
"path",
"pathdata",
"graphics",
"fonts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bubkoo/text2svg.git"
},
"bugs": {
"url": "https://github.com/bubkoo/text2svg/issues"
},
"homepage": "https://github.com/bubkoo/text2svg#readme",
"dependencies": {
"opentype.js": "^0.6.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}