{"id":16686389,"url":"https://github.com/stdevteam/jquery-blureffect","last_synced_at":"2025-10-05T22:14:11.497Z","repository":{"id":11192541,"uuid":"13573316","full_name":"stdevteam/jquery-blureffect","owner":"stdevteam","description":"Blureffect - Lightweight jQuery blur effect plugin with canvas","archived":false,"fork":false,"pushed_at":"2022-04-05T12:59:36.000Z","size":687,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-20T10:48:09.706Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/stdevteam.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":"2013-10-14T21:08:42.000Z","updated_at":"2022-04-05T12:59:39.000Z","dependencies_parsed_at":"2022-08-22T15:40:09.845Z","dependency_job_id":null,"html_url":"https://github.com/stdevteam/jquery-blureffect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Fjquery-blureffect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Fjquery-blureffect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Fjquery-blureffect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdevteam%2Fjquery-blureffect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdevteam","download_url":"https://codeload.github.com/stdevteam/jquery-blureffect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243428436,"owners_count":20289317,"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":[],"created_at":"2024-10-12T15:05:45.262Z","updated_at":"2025-10-05T22:14:06.430Z","avatar_url":"https://github.com/stdevteam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jquery-blureffect\n=================\n\nBlureffect - Lightweight jQuery blur effect plugin with canvas.\n\n\n\nRequirements\n==========\n\njQuery 1.1 and above\n\nThe img tag should have an ID attribute\n\nHTML5 doctype ``` \u003c!DOCTYPE html\u003e ``` (for IE)\n\n\n\nUsage\n==========\n\nUse jquery.blureffect.js for development (with comments), jquery.blureffect.min.js in production (only 7kb)\n\n```html\n\u003cimg id=\"an-id\" src=\"your_image.jpg\" alt=\"\" /\u003e\n```\n\n```javascript\n$('#an-id').blureffect({\n\tradius: 50,//radius of blur effect\n\talpha: false,//whether to apply some transparency to the blur effect\n\tregions: [\n\t\t{startX: 10, startY: 10, width: 200, height: 200},\n\t\t{startX: 500, startY: 500, width: 100, height: 100}\n\t],//array of blur region coordinates, one item is [startX, startY, width, height]\n\ttop: '20px',//image and canvas will be absolutely positioned and need top and left in pixels\n\tleft: '20px'//left in pixels\n});\n```\n\n\nDemo\n==========\n\nFor now please check [index.html](index.html) for basic usage and delayed image load examples\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstdevteam%2Fjquery-blureffect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstdevteam%2Fjquery-blureffect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstdevteam%2Fjquery-blureffect/lists"}