unity-rich-text-converter
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

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

Package Sidebar

Install

npm i unity-rich-text-converter

Weekly Downloads

20

Version

0.1.8

License

MIT

Unpacked Size

16.1 kB

Total Files

23

Last publish

Collaborators

  • hellis