{"id":15675416,"url":"https://github.com/neg4n/faviconize","last_synced_at":"2025-05-07T00:22:09.161Z","repository":{"id":47286731,"uuid":"399247927","full_name":"neg4n/faviconize","owner":"neg4n","description":"🎆 Library and CLI responsible for generating favicons in all formats and providing easy way to integrate them into your application","archived":false,"fork":false,"pushed_at":"2021-09-11T06:07:58.000Z","size":559,"stargazers_count":13,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-01-03T18:56:07.001Z","etag":null,"topics":["cli","favicon","favicon-generator","favicons","icon","icons","image-processing","web-icons","webdev","webdevelopment"],"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/neg4n.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":"2021-08-23T21:06:41.000Z","updated_at":"2023-05-12T19:38:54.000Z","dependencies_parsed_at":"2022-09-10T11:01:50.229Z","dependency_job_id":null,"html_url":"https://github.com/neg4n/faviconize","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neg4n%2Ffaviconize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neg4n%2Ffaviconize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neg4n%2Ffaviconize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neg4n%2Ffaviconize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neg4n","download_url":"https://codeload.github.com/neg4n/faviconize/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232670353,"owners_count":18558569,"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":["cli","favicon","favicon-generator","favicons","icon","icons","image-processing","web-icons","webdev","webdevelopment"],"created_at":"2024-10-03T15:59:59.356Z","updated_at":"2025-01-06T03:51:22.983Z","avatar_url":"https://github.com/neg4n.png","language":"TypeScript","readme":"# faviconize\n\nLibrary and CLI for generating favicons in all formats\n\n## Motivation\n\nI wanted to create simpler and more intuitive replacement\nfor existing project with the same purpose - [Real Favicon Generator](https://realfavicongenerator.net).\nRFG is really good project but sadly it works only online, its [API](https://github.com/RealFaviconGenerator/rfg-api) for Node.js makes HTTP requests under the hood instead of working locally and whole generator seems a little bit overcomplicated for me, personally.\n\n**faviconize** repository contains both CLI application and library source.\n\n## Library \u0026middot; [![version](https://badgen.net/npm/v/faviconize)](https://www.npmjs.com/package/faviconize) [![types](https://badgen.net/npm/types/faviconize)](https://www.npmjs.com/package/faviconize) [![codecov](https://codecov.io/gh/neg4n/faviconize/branch/main/graph/badge.svg?token=NJRF3CG3W0)](https://codecov.io/gh/neg4n/faviconize)\n\n### Installing\n\n```shell\nnpm i faviconize -S\n```\n\n_You will probably want to install it as devDependency :D_\n\n### Usage\n\n```js\nimport { faviconize } from 'faviconize'\n\nasync function run() {\n  await faviconize('path/to/image.jpg')\n  // ... or with custom output icon types\n  await faviconize('path/to/other-image.jpg', ['apple-touch-icon', 'msapplication-TileImage'])\n  // ... or with all icon types and custom output directory\n  await faviconize('path/to/another-image.jpg', null, '.')\n}\n\nrun()\n```\n\n## CLI \u0026middot; [![version](https://badgen.net/npm/v/faviconize-cli)](https://www.npmjs.com/package/faviconize-cli)\n\n### Installing\n\n```shell\nnpm i faviconize-cli -g\n```\n\n### Usage\n\nRun `faviconize \u003cpath-to-icon\u003e` in your terminal\n\n## Ending speech\n\nThis project is licensed under the MIT license.\nAll contributions are welcome.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneg4n%2Ffaviconize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneg4n%2Ffaviconize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneg4n%2Ffaviconize/lists"}