mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
bumping std version to 0.224.0 in images.js
This commit is contained in:
parent
9251ba9472
commit
a6b20e9bfd
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
import { Engine } from "./engine.js";
|
||||
import { join } from "https://deno.land/std@0.208.0/path/mod.ts";
|
||||
import { exists } from "https://deno.land/std@0.213.0/fs/exists.ts";
|
||||
import { join } from "https://deno.land/std@0.224.0/path/mod.ts";
|
||||
import { exists } from "https://deno.land/std@0.224.0/fs/exists.ts";
|
||||
|
||||
const engine = new Engine();
|
||||
await engine.init();
|
||||
|
@ -61,4 +61,4 @@ for(const event of engine.rendered.events) {
|
|||
`#img-${format}`
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue