#14 共通のサムネとタイトルの取得は完成

This commit is contained in:
2025-06-04 01:17:43 +09:00
parent 0afba7f345
commit 7719a9ea9d
8 changed files with 1221 additions and 26 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "lib",
"version": "1.0.0",
"main": "screenshot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"puppeteer": "^24.10.0"
}
}