@nrkn/text-layout
Version:
Wrapping and fitting styled runs of text
33 lines (32 loc) • 802 B
JSON
{
"name": "@nrkn/text-layout",
"version": "0.0.4",
"description": "Wrapping and fitting styled runs of text",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "npm run build && node ./dist/test",
"testoptical": "npm run build && node ./dist/test/test-optical"
},
"keywords": [
"text",
"layout",
"runs",
"wrap"
],
"author": "Nik Coughlin <nrkn.com@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nrkn/text-layout.git"
},
"bugs": {
"url": "https://github.com/nrkn/text-layout/issues"
},
"homepage": "https://github.com/nrkn/text-layout#readme",
"devDependencies": {
"@napi-rs/canvas": "^0.1.52",
"@types/node": "^20.12.7"
}
}