Skip to content

Commit 0392d85

Browse files
committed
🐛 fix test
1 parent 4e9965d commit 0392d85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const { blurhashFromURL } = require("../dist/index.js");
44
async function getRemoteBlurhash() {
55
const output = await blurhashFromURL("https://i.imgur.com/NhfEdg2.png", {
66
size: 32,
7-
offline: true,
87
});
98
console.log("\n 🪄 Remote Image Blurhash\n");
109
console.log(output);

0 commit comments

Comments
 (0)