Skip to content

gkampitakis/blurhash-previewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlurHash Previewer

Application for previewing BlurHash strings to images and converting images to BlurHash string.

This application is running in https://youthful-euler-798f43.netlify.app/.

| BlurHash is a compact representation of a placeholder for an image

BlurHash

In blurha.sh you can find more information for about BlurHash.

Also for encoding and decoding used

Example

You can find an example usage of BlurHash in a Photo Album where images are provided by Unsplash.

You can also check source code from photo album.

Locally

You can run it locally:

# by cloning this repo 
git clone https://github.com/gkampitakis/blurhash-previewer.git

cd blurhash-previewer

#install dependencies
npm i

#start dev server
npm run start

For any questions

For any issues