-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
14 lines (14 loc) · 653 Bytes
/
package.json
File metadata and controls
14 lines (14 loc) · 653 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "com.phengine.thaitextcare",
"displayName": "Thai Text Care",
"version": "0.2.2",
"description": "A library that provides enhanced Thai language support for Unity's TextMeshPro such as Thai Word Segmentation and Thai Font Glyphs fixer for overlapped vowels/tone marks, significantly improving your experience when working with Thai language in Unity.",
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/phanphantz/ThaiTextCare-for-Unity"
},
"license": "MIT",
"author": "Phun Peeticharoenthum",
"documentationUrl": "https://github.com/phanphantz/ThaiTextCare-for-Unity/blob/main/README.md"
}