added possibility to download latest images

This commit is contained in:
Quentin Roussel
2024-08-18 00:57:29 +08:00
commit ab1d1669a6
6 changed files with 106 additions and 0 deletions

6
index.mjs Normal file
View File

@@ -0,0 +1,6 @@
import { initImages } from './generate.mjs';
initImages(10).then(() => {
console.log('Downloaded images successfully');
});