An open API service indexing awesome lists of open source software.

https://github.com/forceuser/canvas-box-blur

demo
https://github.com/forceuser/canvas-box-blur

Last synced: 8 months ago
JSON representation

demo

Awesome Lists containing this project

README

          

# canvas-box-blur

[![npm repository](https://img.shields.io/npm/v/canvas-box-blur.svg)](https://www.npmjs.com/package/canvas-box-blur)
[![Build Status](https://travis-ci.org/forceuser/canvas-box-blur.svg?branch=master)](https://travis-ci.org/forceuser/canvas-box-blur)
[![Coverage Status](https://img.shields.io/codecov/c/github/forceuser/canvas-box-blur/master.svg)](https://codecov.io/gh/forceuser/canvas-box-blur)
[![Known Vulnerabilities](https://snyk.io/test/github/forceuser/canvas-box-blur/badge.svg)](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();

```