package.json 631 B

12345678910111213141516171819202122
  1. {
  2. "name": "textmeshpro-tool",
  3. "version": "1.1.1",
  4. "description": "textmeshpro sdf字体打包工具",
  5. "author": "Yip",
  6. "main": "main.js",
  7. "main-menu": {
  8. "i18n:MAIN_MENU.package.title/TextMeshPro/Font Tool": {
  9. "message": "textmeshpro-tool:openPanel"
  10. },
  11. "i18n:MAIN_MENU.package.title/TextMeshPro/Import Assets": {
  12. "message": "textmeshpro-tool:importExample"
  13. }
  14. },
  15. "panel": {
  16. "main": "panel/index.js",
  17. "type": "dockable",
  18. "title": "TextMeshPro Tool",
  19. "width": 600,
  20. "height": 400
  21. }
  22. }