0.2.0 • Published 9 years ago
unity-richtext-parser v0.2.0
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