Skip to content

misskey-dev/buraha

Repository files navigation

Buraha

Blur"Yet Another"Hash — A performance enhanced version of the BlurHash decoder at the expense of visual integrity.

In-browser Benchmark is available

Buraha BlurHash

Usage

The API is provided only for decoding on the browser. You can use BlurHash's library to encode it.

Installation

npm install buraha

API

export function render(source: string, target: HTMLCanvasElement | OffscreenCanvas, punch?: number): void;

About

A performance enhanced version of the BlurHash decoder at the expense of visual integrity. 20x-40x faster than original blurhash decoder!

Topics

Resources

License

Stars

Watchers

Forks

Contributors