https://github.com/forceuser/canvas-box-blur
demo
https://github.com/forceuser/canvas-box-blur
Last synced: 8 months ago
JSON representation
demo
- Host: GitHub
- URL: https://github.com/forceuser/canvas-box-blur
- Owner: forceuser
- Created: 2020-02-02T00:58:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T23:52:38.000Z (about 3 years ago)
- Last Synced: 2025-05-18T14:16:47.558Z (9 months ago)
- Language: JavaScript
- Homepage: https://forceuser.github.io/canvas-box-blur/
- Size: 1.75 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# canvas-box-blur
[](https://www.npmjs.com/package/canvas-box-blur)
[](https://travis-ci.org/forceuser/canvas-box-blur)
[](https://codecov.io/gh/forceuser/canvas-box-blur)
[](https://snyk.io/test/github/forceuser/canvas-box-blur)
projectdescription
## Installation
#### Install as npm package
```shell
npm i canvas-box-blur --save
```
#### Or simply download \*.js file
[canvas-box-blur.js@0.0.3](https://github.com/forceuser/canvas-box-blur/releases/download/0.0.3/canvas-box-blur.js)
[canvas-box-blur.modern.js@0.0.3](https://github.com/forceuser/canvas-box-blur/releases/download/0.0.3/canvas-box-blur.modern.js) *for modern browsers only (see [.browserlistrc](https://github.com/forceuser/canvas-box-blur/blob/master/.browserslistrc))*
#### Or just load from CDN
```html
```
*if you need only modern browsers then use script below:*
```html
```
And then use **** as global variable
```html
console.log();
```