(async () => { for (const item of items) { await createHtmlAndImage(item); } }); Я правильно понял суть?