Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jide/react-imageblurloader

Image loader using blur.
https://github.com/jide/react-imageblurloader

Last synced: about 2 months ago
JSON representation

Image loader using blur.

Awesome Lists containing this project

README

        

# react-imageblurloader

![npm](https://img.shields.io/npm/v/react-imageblurloader.svg) ![license](https://img.shields.io/npm/l/react-imageblurloader.svg) ![github-issues](https://img.shields.io/github/issues/jide/react-imageblurloader.svg)

![nodei.co](https://nodei.co/npm/react-imageblurloader.png?downloads=true&downloadRank=true&stars=true)

Show a nice blurry preview while your images are loading.

![demo](./demo/demo.gif)

## Install

`npm install -S react-imageblurloader`

## Usage

```html

```

## Demo

`npm start` then visit http://127.0.0.1:3000

## Generating previews

Using ImageMagick : `convert input.jpg -resize 20x20 -quality 70 preview.jpg`

Then get the base64 : `base64 preview.jpg`