unity-richtext-parser
v0.2.0
Published
A rich text parser for Unity rich text
Downloads
5
Readme
unity-richtext-parser
A npm module to parse the unity rich text. Can be used for parse chat message from Unity games (like Facepunch rust)
Usage
- install it
npm install --save uniy-richtext-parser- Usage
import parser from 'unity-richtext-parser'
let result = parser.parse(text)Development
npm install
npm run devnpm run build