3 lines
133 B
TypeScript
3 lines
133 B
TypeScript
declare const decode: (blurhash: string, width: number, height: number, punch?: number) => Uint8ClampedArray;
|
|
export default decode;
|