{"id":19315658,"url":"https://github.com/ellraiser/love-icon","last_synced_at":"2026-05-13T23:34:56.853Z","repository":{"id":211116580,"uuid":"728252961","full_name":"ellraiser/love-icon","owner":"ellraiser","description":"zero-dependency PNG to ICO/ICNS convertor for LÖVE ","archived":false,"fork":false,"pushed_at":"2023-12-06T16:07:08.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T04:31:19.983Z","etag":null,"topics":["icns","ico","love2d","lua","png"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/ellraiser.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":"2023-12-06T14:53:10.000Z","updated_at":"2023-12-11T19:19:00.000Z","dependencies_parsed_at":"2025-01-06T03:42:10.074Z","dependency_job_id":"24efd5a4-37fc-4773-8817-a11def8690dd","html_url":"https://github.com/ellraiser/love-icon","commit_stats":null,"previous_names":["ellraiser/love-icon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ellraiser/love-icon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellraiser%2Flove-icon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellraiser%2Flove-icon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellraiser%2Flove-icon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellraiser%2Flove-icon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ellraiser","download_url":"https://codeload.github.com/ellraiser/love-icon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellraiser%2Flove-icon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281178955,"owners_count":26456678,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["icns","ico","love2d","lua","png"],"created_at":"2024-11-10T01:07:49.136Z","updated_at":"2025-10-26T21:32:30.532Z","avatar_url":"https://github.com/ellraiser.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# löve-icon  \nZero-dependency icon convertor to turn `.png` into `.ico` and `.icns` files for [LÖVE](https://github.com/love2d/love).\n\n\u003e This module is built to work with versions `11.X` and `12.X`\n\n---\n\n## Usage\nSimply require the module in your game, some usage examples are shown below. You can also run the `main.lua` file with LÖVE to see some basic examples in action.\n\nAs this module uses the LÖVE filesystem, your file paths should be relative to [save directory](https://love2d.org/wiki/love.filesystem.getSaveDirectory) or your project path as they are passed directly to `love.filesystem.x`.\n\n```lua\n-- load the module\nrequire('love-icon')\n\n-- load a given png\nlocal icon = love.icon:newIcon('examples/love-hammer.png')\n\n-- create an ico file\nlocal success, err = icon:convertToICO('loveicon/hammer.ico')\n\n-- create an icns file\nlocal success, err = icon:convertToICNS('loveicon/hammer.icns')\n```\n\n---\n\n## Notes\nFor best results the PNG you use should be at least 256px x 256px. Anything smaller may result in blurry results when shown at higher resolutions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fellraiser%2Flove-icon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fellraiser%2Flove-icon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fellraiser%2Flove-icon/lists"}