'C:\Users\titul\AppData\Local\Temp\deno_dwldf3d5cf300f407d23/E:\Arcunis\recipeImageMaker\stone.png'
import { download } from "https://deno.land/x/download@v2.0.2/mod.ts"; export default async function generateBlock(block: String) { await download("http://localhost:8000/renderer/index.html?material=" + block, {file: Deno.cwd() + "\\stone.png"}); }