webp filter + packages

This commit is contained in:
Alexey Dashko
2023-04-06 15:50:58 +03:00
parent 264d566c92
commit b0e72bd969
2 changed files with 8 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ async function charaWrite(img_url, data, target_img, response = undefined, mes =
const p = process.argv[2]
const files = fs.readdirSync(p).filter()
const files = fs.readdirSync(p).filter(e => e.endsWith(".webp"))
const dst = "characters"