import { initImages } from './generate.mjs'; initImages(10).then(() => { console.log('Downloaded images successfully'); });