I'm using website-scraper npm for scraper an website, https://github.com/website-scraper/node-website-scraper
I already got the Images from the website saved in assests folder. now I need to show the Images in a new dynamic html that this script need to create and to show this images. I saw this post: Create HTML file with JavaScript but its not seems to help.
How can I create an HTML using only JavaScript? create a real html File and save it locally. or should I use Nodejs? pass the images to server side and to attach the images to a hbs? Other options?