text-to-svg-hb
Version:
Convert text to SVG paths with HarfBuzz support for complex text shaping
45 lines (44 loc) • 886 B
JSON
{
"name": "text-to-svg-hb",
"version": "1.0.0",
"description": "Convert text to SVG paths with HarfBuzz support for complex text shaping",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepare": "npm run build"
},
"keywords": [
"svg",
"text",
"harfbuzz",
"arabic",
"devanagari",
"text-shaping"
],
"author": "",
"license": "MIT",
"dependencies": {
"fontkit": "^2.0.2",
"svg-pathdata": "^6.0.3",
"svgo": "^3.2.0",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@types/fontkit": "^2.0.8",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@types/xmldom": "^0.1.31",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"files": [
"dist",
"hb.wasm",
"hb.js",
"hbjs.js",
"hbmain.js"
]
}