0.1.8 • Published 5 years ago

unity-rich-text-converter v0.1.8

Weekly downloads
30
License
MIT
Repository
github
Last release
5 years ago

unity-richtext-converter

Build Status

typescript library to converter message between unity rich text and html standard rich text.

Usage

  • 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);

Development

  • install env, please make sure node.js installed
npm install
  • build
npm run build
  • test
npm run test

Unity Rich Text

(adapted from the official documentation)

License

MIT © awatercolorpen

0.1.8

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago