{"id":16975398,"url":"https://github.com/jgtools/textmesh","last_synced_at":"2026-04-17T12:33:57.896Z","repository":{"id":65137823,"uuid":"582980007","full_name":"JGTools/TextMesh","owner":"JGTools","description":"TextMesh for ThreeJS","archived":false,"fork":false,"pushed_at":"2024-08-05T00:00:22.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-01T07:25:04.519Z","etag":null,"topics":["javascript","jgtools","text-geometry","text-mesh","threejs","typescript"],"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/JGTools.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-28T12:09:51.000Z","updated_at":"2024-08-05T00:00:26.000Z","dependencies_parsed_at":"2022-12-31T07:33:14.028Z","dependency_job_id":"905b6203-5fc5-4e85-996e-f68ed6667321","html_url":"https://github.com/JGTools/TextMesh","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/JGTools%2FTextMesh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JGTools%2FTextMesh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JGTools%2FTextMesh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JGTools%2FTextMesh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JGTools","download_url":"https://codeload.github.com/JGTools/TextMesh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246180889,"owners_count":20736459,"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":["javascript","jgtools","text-geometry","text-mesh","threejs","typescript"],"created_at":"2024-10-14T01:10:55.620Z","updated_at":"2026-04-17T12:33:57.866Z","avatar_url":"https://github.com/JGTools.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TextMesh\n\n[![npm](https://img.shields.io/npm/v/@jgtools/textmesh)](https://www.npmjs.com/package/@jgtools/textmesh)\n[![npm](https://img.shields.io/npm/dm/@jgtools/textmesh)](https://www.npmjs.com/package/@jgtools/textmesh)\n[![GitHub](https://img.shields.io/github/license/jgtools/textmesh)](https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt)\n\nTextMesh for ThreeJS that extends Mesh and uses TextGeometry.\n\n## Installation\n\n### Using npm\n\n```bash\nnpm i @jgtools/textmesh\n```\n\n```javascript\nimport TextMesh from \"@jgtools/textmesh\";\n// ...\n```\n\n### Using cdn\n\n```html\n\u003cscript type=\"module\"\u003e\n    import TextMesh from \"https://cdn.jsdelivr.net/npm/@jgtools/textmesh@1.0.0/dist/index.min.js\";\n    // ...\n\u003c/script\u003e\n```\n\n## Usage\n\n```javascript\nimport { FontLoader } from \"three/examples/jsm/loaders/FontLoader\";\nimport TextMesh from \"@jgtools/textmesh\";\n\nconst loader = new FontLoader();\nconst font = await loader.loadAsync(\"font.json\");\n\nconst mesh = new TextMesh(font);\nmesh.setText(\"Hello World!\");\n\n// use it as a regular Mesh\nscene.add(mesh);\n\n// get text as string\nconst text = mesh.getText();\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgtools%2Ftextmesh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgtools%2Ftextmesh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgtools%2Ftextmesh/lists"}