文件名称:minecraft-text:将使用Minecraft格式代码格式化的文本解析为包括HTML在内的多种格式
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-16 09:09:09
JavaScript
我的世界 将Minecraft文本解析为多种格式,包括HTML。 解析 将一串编码后的文本解析为JSON聊天组件。 parse(String: text, String: delimiter = "§") import { parse } from "minecraft-text" ; const json = parse ( "&7[&c-&7] &3[&bWARRIOR&3]&b &fJack" , "&" ) ; { " text " : " " , " extra " :[{ " text " : " [ " , " extra " :[{ " text " : " - " , " extra " :[{ " text " : " ] " , " extra " :[{ " text " : " [ " , " extra " :[{ " text " : " WARRIOR
【文件预览】:
minecraft-text-master
----lib()
--------stripFormats.js(185B)
--------serialize.js(233B)
--------obfuscate.js(1KB)
--------static.js(1KB)
--------parse.js(1KB)
--------render.js(1KB)
----.npmignore(21B)
----README.md(2KB)
----.gitignore(24B)
----index.js(224B)
----style.css(2KB)
----package.json(469B)