ThatOneCalculator / buraha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 70.0%Language:HTML 30.0%