-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: generate ttx file of test font
- Loading branch information
Showing
5 changed files
with
8,755 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>", | ||
|
Oops, something went wrong.