Initial commit

This commit is contained in:
Jason Williams
2025-03-21 11:13:33 -06:00
commit b002395d3d
4 changed files with 897 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "pictureframe",
"version": "0.0.1",
"description": "NodeJS app for working with the inky impression picture frame",
"license": "ISC",
"author": "Jason Williams",
"type": "commonjs",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@aeroniemi/inky": "^0.2.0",
"sharp": "^0.33.5"
}
}