0.0.18 • Published 8 years ago

react-imageblurloader v0.0.18

Weekly downloads
97
License
MIT
Repository
github
Last release
8 years ago

react-imageblurloader

npm license github-issues

nodei.co

Show a nice blurry preview while your images are loading.

demo

Install

npm install -S react-imageblurloader

Usage

<ImageBlurLoader
  src={ image.url }
  preview='data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEU...'
  width={ 1024 }
  height={ 768 }
/>

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

0.0.18

8 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago