added possibility to download latest images

This commit is contained in:
Quentin Roussel
2024-08-18 00:57:29 +08:00
commit ab1d1669a6
6 changed files with 106 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "sg_rain_video",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.mjs"
},
"author": "",
"license": "ISC"
}