0.2.0 • Published 7 years ago

unity-richtext-parser v0.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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 dev
npm run build
0.2.0

7 years ago

0.1.0

7 years ago