Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rametta/soften

🌫 Base64 Image Softener
https://github.com/rametta/soften

base64 blurry gatsby gatsby-image image

Last synced: about 2 months ago
JSON representation

🌫 Base64 Image Softener

Awesome Lists containing this project

README

        

# 🌫 Soften

For ~~all~~ *one* of your blurry image needs. [Demo](https://soften.surge.sh)

![Blur Effect](https://i.imgur.com/BpFgQ3N.gif "Blur Effect")

## Install

`yarn add soften`

## Use

```js
const soften = require('soften')

soften({ filePath: 'path to image' })
.then(data => /* do stuff with data */)
.catch(e => console.error(e))
```

If using with Gatsby Image
```js

```