{"id":13455471,"url":"https://github.com/AWaterColorPen/unity-rich-text-converter","last_synced_at":"2025-03-24T08:32:44.315Z","repository":{"id":41156316,"uuid":"188525364","full_name":"AWaterColorPen/unity-rich-text-converter","owner":"AWaterColorPen","description":"typescript library to converter message between unity rich text and html standard rich text.","archived":false,"fork":false,"pushed_at":"2023-03-07T07:29:32.000Z","size":146,"stargazers_count":11,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-18T14:11:34.922Z","etag":null,"topics":["html","html-standard-rich-text","rich-text","typescript","unity","unity-rich-text"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AWaterColorPen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-25T05:37:58.000Z","updated_at":"2024-08-23T06:29:27.000Z","dependencies_parsed_at":"2023-01-31T12:31:10.395Z","dependency_job_id":null,"html_url":"https://github.com/AWaterColorPen/unity-rich-text-converter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWaterColorPen%2Funity-rich-text-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWaterColorPen%2Funity-rich-text-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWaterColorPen%2Funity-rich-text-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWaterColorPen%2Funity-rich-text-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AWaterColorPen","download_url":"https://codeload.github.com/AWaterColorPen/unity-rich-text-converter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221947602,"owners_count":16906153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html","html-standard-rich-text","rich-text","typescript","unity","unity-rich-text"],"created_at":"2024-07-31T08:01:05.874Z","updated_at":"2024-10-28T22:31:11.034Z","avatar_url":"https://github.com/AWaterColorPen.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# unity-richtext-converter\n\n[![Build Status](https://travis-ci.org/AWaterColorPen/unity-rich-text-converter.svg?branch=master)](https://travis-ci.org/AWaterColorPen/unity-rich-text-converter)\n\n\u003e typescript library to converter message between unity rich text and html standard rich text.\n\n## Usage\n\n- install it\n\n```shell\nnpm install unity-richtext-converter\n```\n\n- usage\n\n```typescript\nimport Converter from \"unity-richtext-converter\";\n\nconst converter = new Converter();\n\nconst unitytext = converter.html2unity(text);\nconst htmltext = converter.unity2html(text);\n```\n\n## Development\n\n- install env, please make sure [node.js](https://nodejs.org) installed\n\n```shell\nnpm install\n```\n\n- build\n\n```shell\nnpm run build\n```\n\n- test\n\n```shell\nnpm run test\n```\n\n## Unity Rich Text\n\n(adapted from the [official documentation](https://docs.unity3d.com/Manual/StyledText.html))\n\n## License\n\nMIT © [awatercolorpen](https://github.com/awatercolorpen)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAWaterColorPen%2Funity-rich-text-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAWaterColorPen%2Funity-rich-text-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAWaterColorPen%2Funity-rich-text-converter/lists"}