2.0.1-alpha.6 • Published 1 year ago
xtt-msg v2.0.1-alpha.6
字符处理库
xtt-msg 为自用字符串解析器。传入一些字符串,会按照书写格式返回解析后的字符串结果。
想查看效果请运行 npm run build
后查看 demo
使用
browser
在浏览器中可以直接应用 showText.js 文件,然后使用 showText 全局变量即可。
<script src="dist/showText.js"></script>
<script>
showText.showTextBrowser("");
</script>
module
使用打包文件可以运行 npm install xtt-msg
,然后引入 showText 变量即可。
import showText from "xtt-msg";
showText.showTextBrowser("");
commonjs
const { showTextBrowser } = require("xtt-msg");
showTextBrowser("");
2.0.1-alpha.6
1 year ago
2.0.1-alpha.0
1 year ago
2.0.1-alpha.1
1 year ago
2.0.1-alpha.2
1 year ago
2.0.1-alpha.3
1 year ago
2.0.1-alpha.4
1 year ago
2.0.0-alpha.0
2 years ago
2.0.0
2 years ago
1.1.0
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago