add text wrap or precise width height

This commit is contained in:
王劲鹏
2021-03-16 15:20:46 +08:00
committed by osborn
parent bf663e40db
commit b123c56d11
7 changed files with 373 additions and 42 deletions

View File

@@ -9,9 +9,10 @@
"scripts": {
"start": "tsc && node dist/index.js",
"clean": "rm -rf dist",
"clean-win32": "del dist",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run clean && npm run build"
"prepublish": "npm run clean-win32 && npm run build"
},
"repository": {
"type": "git",