{"id":16604721,"url":"https://github.com/sedwards2009/nodegui-plugin-font-icon","last_synced_at":"2026-02-07T20:14:59.408Z","repository":{"id":78800742,"uuid":"390280874","full_name":"sedwards2009/nodegui-plugin-font-icon","owner":"sedwards2009","description":"Use icon fonts with QIcon and NodeGui","archived":false,"fork":false,"pushed_at":"2026-02-07T18:54:14.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-07T18:59:52.828Z","etag":null,"topics":["nodegui","plugin"],"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/sedwards2009.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":"2021-07-28T08:50:43.000Z","updated_at":"2026-02-07T18:54:07.000Z","dependencies_parsed_at":"2023-05-29T22:45:45.534Z","dependency_job_id":null,"html_url":"https://github.com/sedwards2009/nodegui-plugin-font-icon","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sedwards2009/nodegui-plugin-font-icon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedwards2009%2Fnodegui-plugin-font-icon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedwards2009%2Fnodegui-plugin-font-icon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedwards2009%2Fnodegui-plugin-font-icon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedwards2009%2Fnodegui-plugin-font-icon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sedwards2009","download_url":"https://codeload.github.com/sedwards2009/nodegui-plugin-font-icon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedwards2009%2Fnodegui-plugin-font-icon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29207458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T20:13:33.422Z","status":"ssl_error","status_checked_at":"2026-02-07T20:13:31.455Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["nodegui","plugin"],"created_at":"2024-10-12T00:59:02.359Z","updated_at":"2026-02-07T20:14:59.392Z","avatar_url":"https://github.com/sedwards2009.png","language":"TypeScript","readme":"# nodegui-plugin-font-icon\n\nUse icon fonts inside QIcon with [NodeGui](https://github.com/nodegui/nodegui).\n\nTypeScript example:\n\n```typescript\n//...\nimport { createFontIcon } from 'nodegui-plugin-font-icon';\n//...\n\n// Load in our custom icon font\nconst extraicons = path.join(__dirname, \"../resources/extraicons.ttf\");\nQFontDatabase.addApplicationFont(extraicons);\n\n//...\n\nconst button = new QPushButton();\nconst icon = createFontIcon(font, \"\\uEA09\");  // Pocketknife icon\nbutton.setIcon(icon);\nbutton.setText('Font Icon');\n\n//...\n```\n\n\nInstall via NPM:\n\n```\nnpm install nodegui-plugin-font-icon\n```\n\nFor the API see [src/index.ts](src/index.ts)\n\nFor a complete demo see [src/demo.ts](src/demo.ts)\n\n# Maintainer\n\nSimon Edwards \u003csimon@simonzone.com\u003e\n\n# License\n\nMIT\n\n# Release Process (for maintainers)\n\n* Make sure the version in `package.json` is correct.\n* Tag the version with git (format: v1.2.3).\n* Push the tag to origin.\n* Wait for GitHub Action to build and release to NPM.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsedwards2009%2Fnodegui-plugin-font-icon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsedwards2009%2Fnodegui-plugin-font-icon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsedwards2009%2Fnodegui-plugin-font-icon/lists"}