{"id":15927381,"url":"https://github.com/austintgriffith/react-blockies-image","last_synced_at":"2025-04-03T13:34:59.947Z","repository":{"id":78714174,"uuid":"124665199","full_name":"austintgriffith/react-blockies-image","owner":"austintgriffith","description":"React Component for Generating Identicons with Profile Images","archived":false,"fork":false,"pushed_at":"2018-03-10T18:05:19.000Z","size":1102,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T13:02:56.483Z","etag":null,"topics":["blockies","identicon","identicon-images","identity","react"],"latest_commit_sha":null,"homepage":"","language":null,"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/austintgriffith.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":"2018-03-10T14:49:23.000Z","updated_at":"2024-04-05T19:58:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"77e070c8-4366-4fd9-8e60-a94e2f7b1b4f","html_url":"https://github.com/austintgriffith/react-blockies-image","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"155054e5686ade70a8f0b7666d13afb06d579267"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austintgriffith%2Freact-blockies-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austintgriffith%2Freact-blockies-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austintgriffith%2Freact-blockies-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austintgriffith%2Freact-blockies-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/austintgriffith","download_url":"https://codeload.github.com/austintgriffith/react-blockies-image/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247010317,"owners_count":20868692,"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":["blockies","identicon","identicon-images","identity","react"],"created_at":"2024-10-06T23:01:08.940Z","updated_at":"2025-04-03T13:34:59.925Z","avatar_url":"https://github.com/austintgriffith.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Blockies Image\n\nAn Extension of React-Blockies: https://github.com/AugurProject/react-blockies\n\nWhich is a simple port of https://github.com/alexvandesande/blockies  \n\n# Purpose\n\nWorks just like react-blockies, but allows for optional parameters to include an image that will have an identicon border for identity verification.\n\nThis is useful for projects like https://github.com/gitcoinco/ethavatar where you want to replace your \"identicon\" with an image, but you want *some* procedurally generated data to verify identity.\n\n# Example:\n\nWorks just like normal react-blockies:\n```javascript\nimport Blockies from 'react-blockies-image';\n\n\u003cBlockies\n  seed={\"austingriffith.eth\"}\n  scale={10}\n/\u003e\n```\n![Example 1](/example1.png?raw=true \"Example 1\")\n\nBut you can give it a size, border, and image too:\n```javascript\nimport Blockies from 'react-blockies-image';\n\n\u003cBlockies\n  seed={\"austingriffith.eth\"}\n  size={200}\n  border={10}\n  image={\"/austin.jpg\"}\n/\u003e\n```\n![Example 2](/example2.png?raw=true \"Example 2\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustintgriffith%2Freact-blockies-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faustintgriffith%2Freact-blockies-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustintgriffith%2Freact-blockies-image/lists"}