We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9965d commit 0392d85Copy full SHA for 0392d85
test/index.js
@@ -4,7 +4,6 @@ const { blurhashFromURL } = require("../dist/index.js");
4
async function getRemoteBlurhash() {
5
const output = await blurhashFromURL("https://i.imgur.com/NhfEdg2.png", {
6
size: 32,
7
- offline: true,
8
});
9
console.log("\n 🪄 Remote Image Blurhash\n");
10
console.log(output);
0 commit comments