typescript library to converter message between unity rich text and html standard rich text.
- install it
npm install unity-richtext-converter
- usage
import Converter from "unity-richtext-converter";
const converter = new Converter();
const unitytext = converter.html2unity(text);
const htmltext = converter.unity2html(text);
- install env, please make sure node.js installed
npm install
- build
npm run build
- test
npm run test
(adapted from the official documentation)
MIT © awatercolorpen