cleaned old output on initialization

This commit is contained in:
Quentin Roussel
2024-08-18 18:57:21 +08:00
parent b189cd2351
commit 37073e11b2
3 changed files with 10 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import { initImages, updateImages } from './downloader.mjs';
import { createVideo } from './video.mjs';
const IMAGE_COUNT = 5;
const IMAGE_COUNT = 12;
initImages(IMAGE_COUNT).then(() => {
console.log('Downloaded initial images successfully');