Skip to content

cgarnier/unity-richtext-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An unity rich text parser npm module

Resources

Stars

Watchers

Forks

Packages

No packages published