Captures every x seconds the Map progress from the GommeHD.NET r/place event. Usefull if you want to create your own timelapse videos in your custom framerate.
You can change the interval in the config.json file (value are full seconds [1000ms])
Use this command in the command prompt to run the capturer
node index.js
This script requires axios, path and fs to run.
npm install axios
npm install path
npm install fs