0.0.18 • Published 9 years ago

react-imageblurloader v0.0.18

Weekly downloads
97
License
MIT
Repository
github
Last release
9 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

9 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago