fix: make recipe ingredinets interactive
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as thumbhash from "https://esm.sh/thumbhash@0.1.1";
|
||||
import * as thumbhash from "thumbhash";
|
||||
|
||||
export function generateThumbhash(buffer: Uint8Array, w: number, h: number) {
|
||||
const hash = thumbhash.rgbaToThumbHash(w, h, buffer);
|
||||
|
||||
Reference in New Issue
Block a user