a text processing lib
npm run build 后查看 demo
html
`
$3
使用打包文件可以运行 npm install xtt-msg,然后引入 showText 变量即可。
`javascript
import showText from "xtt-msg";
showText.showTextBrowser("!随机数");
`
$3
`javascript
const { showTextBrowser } = require("xtt-msg");
showTextBrowser("!随机数");
``