Skip to content

Commit

Permalink
feat: generate ttx file of test font
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed May 11, 2021
1 parent dea130b commit ded8df1
Show file tree
Hide file tree
Showing 5 changed files with 8,755 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "字体搬运工,中文字体解决方案,iconfont",
"main": "./lib/index.js",
"scripts": {
"test": "node ./test/index.js"
"test": "node ./test/index.js",
"ttx": "ttx -f test/font1.ttf test/font2.ttf test/font3.ttf test/test.ttf"
},
"author": [
"purplebamboo <[email protected]>",
Expand Down
Loading

0 comments on commit ded8df1

Please sign in to comment.