Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ Despite doing all of these additional things, the code for ThumbHash is still si

A demo and more information is available here: https://evanw.github.io/thumbhash/.

## Installation

Use this repo directly, or install it via a package manager:

```
yarn install thumbhash
npm i thumbhash
```

## Implementations

This repo contains implementations for the following languages:
Expand Down