{"id":16121911,"url":"https://github.com/bdbch/html-imageblur","last_synced_at":"2026-01-16T00:47:35.470Z","repository":{"id":57267415,"uuid":"130519732","full_name":"bdbch/html-imageblur","owner":"bdbch","description":"Web Component for adaptive, blurred images","archived":false,"fork":false,"pushed_at":"2023-04-24T02:13:24.000Z","size":191,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T23:07:15.167Z","etag":null,"topics":["blurred-images","custom-elements","customelements","image-blur","webcomponents"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bdbch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-04-21T23:32:01.000Z","updated_at":"2018-04-22T12:53:04.000Z","dependencies_parsed_at":"2024-10-27T18:12:24.320Z","dependency_job_id":"1252e3a3-4c22-4f72-937b-f321ee124484","html_url":"https://github.com/bdbch/html-imageblur","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"f63f38812a211d06a57064dc4ae91e30dfd43717"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdbch%2Fhtml-imageblur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdbch%2Fhtml-imageblur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdbch%2Fhtml-imageblur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdbch%2Fhtml-imageblur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bdbch","download_url":"https://codeload.github.com/bdbch/html-imageblur/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246794207,"owners_count":20834938,"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":["blurred-images","custom-elements","customelements","image-blur","webcomponents"],"created_at":"2024-10-09T21:08:41.049Z","updated_at":"2026-01-16T00:47:35.445Z","avatar_url":"https://github.com/bdbch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `\u003cimage-blur\u003e`\r\n\r\n\u003e Custom Element for adaptive, blurred images via src attributes.\r\n\r\n![Banner](banner.jpg)\r\n\r\n### [Live Demo (try to change attributes in dev tools)](https://bdbch.github.io/html-imageblur/)\r\n\r\n`image-blur` creates an adaptive, blurred version of an image src with full control over the blur value without using CSS3.\r\n\r\n## Installation\r\n\r\n`npm install --save html-imageblur`\r\n\r\n## Usage\r\n\r\n#### ES6:\r\n\r\n```js\r\nimport \"html-imageblur\"\r\n```\r\n\r\n#### Via `\u003cscript\u003e` in ES6\r\n\r\n```js\r\n\u003cscript src=\"build/image-blur.js\"\u003e\u003c/script\u003e\r\n```\r\n\r\n#### Via `\u003cscript\u003e` in ES5\r\n\r\n```js\r\n\u003cscript src=\"build/image-blur.es5.js\"\u003e\u003c/script\u003e\r\n```\r\n\r\nWhen image-blur is loaded correctly, you can just use it like this:\r\n\r\n```html\r\n\u003cimage-blur src=\"https://unsplash.it/800/600\" blur=\"20\"\u003e\r\n```\r\n\r\nYou can style the image-blur component and the canvas inside will adapt itself to your styles.\r\n\r\n## Browser Support\r\n\r\nThis will need an update to find out what browsers are currently supporting all features\r\n\r\n## Contribution\r\n\r\nFeel free to send in Pull Requests. I'll take my time to look into them.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdbch%2Fhtml-imageblur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdbch%2Fhtml-imageblur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdbch%2Fhtml-imageblur/lists"}