chore: update package.json and readme

This commit is contained in:
2021-10-08 02:08:55 +08:00
parent 372632c3dc
commit c492502795
5 changed files with 670 additions and 17 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
{
"name": "@mattuy/text-frame",
"version": "0.0.5",
"version": "0.1.0",
"private": false,
"description": "a javascript tool to split long text into pages, with typesetting prohibition processed and unicode full support.\n一个将长文本分成若干页的js工具,处理排版禁则,支持Unicode",
"main": "index.js",
"module": "esm.js",
"directories": {
"example": "example"
},