{"id":13991920,"url":"https://github.com/qdsang/ttf2svg","last_synced_at":"2025-04-30T21:23:09.932Z","repository":{"id":19136059,"uuid":"22365935","full_name":"qdsang/ttf2svg","owner":"qdsang","description":"Font convertor, TTF to SVG, for node.js","archived":false,"fork":false,"pushed_at":"2022-05-24T14:27:02.000Z","size":37,"stargazers_count":94,"open_issues_count":0,"forks_count":21,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-30T13:50:07.884Z","etag":null,"topics":["font-convertor","svg","ttf"],"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/qdsang.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":"2014-07-29T03:09:29.000Z","updated_at":"2025-04-10T03:01:15.000Z","dependencies_parsed_at":"2022-08-25T08:00:17.261Z","dependency_job_id":null,"html_url":"https://github.com/qdsang/ttf2svg","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/qdsang%2Fttf2svg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdsang%2Fttf2svg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdsang%2Fttf2svg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdsang%2Fttf2svg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qdsang","download_url":"https://codeload.github.com/qdsang/ttf2svg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251783551,"owners_count":21643130,"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":["font-convertor","svg","ttf"],"created_at":"2024-08-09T14:01:40.704Z","updated_at":"2025-04-30T21:23:09.912Z","avatar_url":"https://github.com/qdsang.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"ttf2svg\n=======\n\nFont convertor, TTF to SVG, for node.js\n\n\nUsage\n-----\n\nInstall:\n\n``` bash\nnpm install -g ttf2svg\n```\n\nUsage example:\n\n``` bash\nttf2svg fontello.ttf fontello.svg\n```\n\nOr:\n\n``` javascript\nvar ttf2svg = require('ttf2svg')\n  , fs = require('fs')\n;\n\nfs.readFile('./fontello.ttf', function (err, buffer) {\n    if (!!err) throw err;\n\n    var svgContent = ttf2svg(buffer);\n    fs.writeFileSync('./fontello.svg', svgContent);\n\n});\n\n```\n\nStats\n-----\n\n[![NPM](https://nodei.co/npm/ttf2svg.png?downloads=true\u0026stars=true)](https://nodei.co/npm/ttf2svg/)\n[![NPM](https://nodei.co/npm-dl/ttf2svg.png)](https://nodei.co/npm/ttf2svg/)\n\n\n\nReference\n-----\n\n[gulp-ttf2svg](https://github.com/morlay/gulp-ttf2svg/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdsang%2Fttf2svg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqdsang%2Fttf2svg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdsang%2Fttf2svg/lists"}