{"id":24511323,"url":"https://github.com/mohid123/ngx-blurhash-render","last_synced_at":"2026-03-12T16:38:01.394Z","repository":{"id":65240386,"uuid":"588880273","full_name":"Mohid123/ngx-blurhash-render","owner":"Mohid123","description":"Blurhash rendering package for Angular v 15+","archived":false,"fork":false,"pushed_at":"2025-01-07T17:19:57.000Z","size":7806,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T20:37:12.656Z","etag":null,"topics":["angular","blurhash","blurhash-generator","image-processing","rendering"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/ngx-blurhash-render","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/Mohid123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-01-14T10:44:18.000Z","updated_at":"2025-01-07T17:20:00.000Z","dependencies_parsed_at":"2025-01-07T18:33:44.016Z","dependency_job_id":null,"html_url":"https://github.com/Mohid123/ngx-blurhash-render","commit_stats":null,"previous_names":["mohid123/ng-render-blurhash"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohid123%2Fngx-blurhash-render","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohid123%2Fngx-blurhash-render/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohid123%2Fngx-blurhash-render/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohid123%2Fngx-blurhash-render/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mohid123","download_url":"https://codeload.github.com/Mohid123/ngx-blurhash-render/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248844038,"owners_count":21170506,"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":["angular","blurhash","blurhash-generator","image-processing","rendering"],"created_at":"2025-01-22T00:37:16.622Z","updated_at":"2026-03-12T16:38:01.333Z","avatar_url":"https://github.com/Mohid123.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NgxBlurhashRender\n\nThis is a simple lighweight library that renders the blurhash of a provided image. For Angular 15+.\n\n**Note**:\nRequires [blurhash](https://www.npmjs.com/package/blurhash) as a dependency.\n\n**Warning**:\nNot available for versions older than Angular 15. Currently supports Versions 15-18.\n\n## [DEMO](https://blurhash-pkg-demo.pages.dev/)\n\n## Features\n* Smooth animation for transition from canvas to image 💖\n* Auto decoding of provided blurhash string and rendering to canvas 💪\n* Customisable for images and containers of all sizes 🤖\n* Blazingly fast and easy on your bundle size 🚀\n\n## Example\nImport the package directly as a standalone component.\n\n```\nimport { NgxBlurhashComponent } from 'ngx-blurhash-render';\n\n@Component({\n  selector: 'app-root',\n  standalone: true,\n  imports: [CommonModule, NgxBlurhashComponent],\n  templateUrl: './app.component.html',\n  styleUrls: ['./app.component.css']\n})\n```\n\nIn your HTML file simply add the following code snippet:\n\n```\n  \u003cngx-blurhash-render\n    [blurHash]=\"'L38gy-00~qIUIUt7M{RjM{j[t7of'\"\n    [imageSrc]=\"'https://api.animetography-blog.com/api/media-upload/mediaFiles/test/31146bc10b344cdb90a13eae66102953f7.jpg'\"\n    [width]=\"'100px'\"\n    [height]=\"'100px'\"\n    [borderRadius]=\"'12px'\"\n  \u003e\n  \u003c/ngx-blurhash-render\u003e\n```\n\n## Options\n| Input      | Value | Description     |\n| :---        |    :----:   |          ---: |\n| [blurHash]      | 'string'       | The blurhash string   |\n| [imageSrc]   | 'string'        | The actual image path or url      |\n| [width]   | 'string'        | The width of the image      |\n| [height]   | 'string'        | The height of the image      |\n| [borderRadius]   | 'string'        | The border radius of the image      |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohid123%2Fngx-blurhash-render","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohid123%2Fngx-blurhash-render","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohid123%2Fngx-blurhash-render/lists"}