{"id":22909070,"url":"https://github.com/jcxldn/fontx","last_synced_at":"2026-05-07T11:33:51.214Z","repository":{"id":57239909,"uuid":"228046803","full_name":"jcxldn/FontX","owner":"jcxldn","description":"A npm package to make working with fonts easier.","archived":false,"fork":false,"pushed_at":"2019-12-19T13:01:16.000Z","size":339,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-25T15:12:56.398Z","etag":null,"topics":["cli","converter","font","fontkit","npm-package","otf","svg","ttf","woff","woff2","yargs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/jcxldn.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-12-14T15:41:09.000Z","updated_at":"2019-12-17T15:53:13.000Z","dependencies_parsed_at":"2022-09-05T07:51:26.461Z","dependency_job_id":null,"html_url":"https://github.com/jcxldn/FontX","commit_stats":null,"previous_names":["jcxldn/fontx","prouser123/fontx"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/jcxldn/FontX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcxldn%2FFontX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcxldn%2FFontX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcxldn%2FFontX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcxldn%2FFontX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcxldn","download_url":"https://codeload.github.com/jcxldn/FontX/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcxldn%2FFontX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32735206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","converter","font","fontkit","npm-package","otf","svg","ttf","woff","woff2","yargs"],"created_at":"2024-12-14T03:34:00.712Z","updated_at":"2026-05-07T11:33:51.187Z","avatar_url":"https://github.com/jcxldn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FontX\n\n[![npm](https://img.shields.io/npm/v/fontx)\n![node](https://img.shields.io/node/v/fontx)](https://www.npmjs.com/package/fontx)\n\nA npm package to make working with fonts easier.\n\n## Installation\n\n`npm i fontx --save`\n\nYou'll need Node.JS 6 or newer.\n\nIf you want to use the command-line interface you'll probably want to install it globally so that you can run `fontx` from anywhere.\n\n`npm i -g fontx`\n\n## CLI\n\n```\nfontx \u003ccommand\u003e\n\nCommands:\n  fontx export \u003cfont\u003e \u003cdirectory\u003e  export all glyphs to a folder\n  fontx web \u003cfont\u003e                 start the webserver\n\nOptions:\n  --help, -h     Show help                                             [boolean]\n  --version, -v  Show version number                                   [boolean]\n```\n\n## API\n\nFrom [example.js](example.js):\n\n```node\nconst fontx = require(\"./api\");\n\n// Initialise the core (required)\nconst core = fontx.Core(\"font.ttf\");\n\n// Start the Express webserver\nfontx.Express(core, 3000);\n\n// Export all glyphs to a folder\nfontx.Export(core, \"out\");\n```\n\n## v1.2 Feat: Dynamic SVGs\n\n![Introducing Dynamic SVG (v1.2 or later)](./.md_resources/dyn_svg.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcxldn%2Ffontx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcxldn%2Ffontx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcxldn%2Ffontx/lists"}