Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 408 Bytes

File metadata and controls

28 lines (20 loc) · 408 Bytes

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