UNPKG

js-hanzi

Version:

漢字網頁排版 支持文字豎向排列,支持米字格底紋

30 lines (29 loc) 705 B
{ "name": "js-hanzi", "version": "0.0.7", "description": "漢字網頁排版\n支持文字豎向排列,支持米字格底紋", "main": "docs/zi.min.js", "scripts": { "build": "npx terser docs/zi.js --comments 'https://github.com/lizongying/hanzi' -o docs/zi.min.js" }, "repository": { "type": "git", "url": "git+https://github.com/lizongying/hanzi.git" }, "keywords": [ "漢字", "汉字", "hanzi", "chinese", "米字格" ], "author": "Li ZongYing", "license": "MIT", "bugs": { "url": "https://github.com/lizongying/hanzi/issues" }, "homepage": "https://lizongying.github.io/hanzi/", "devDependencies": { "terser": "^5.30.3" } }