Added a prompt to choose the number of images

This commit is contained in:
huzfm 2024-10-02 10:23:17 +05:30
parent b3032dc640
commit 411e766180

View file

@ -1,4 +1,5 @@
const fs = require(`fs`);
const path = require(`path`);
const readline = require('readline');