Image Update

This commit is contained in:
2021-06-12 07:54:22 -07:00
parent fbaa01711d
commit c69805feb1
41 changed files with 106 additions and 14 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "dawn",
"version": "1.0.0",
"repository": "https://YourWishes@github.com/YourWishes/Dawn.git",
"author": "Dominic Masters <dominic@domsplace.com>",
"license": "MIT",
"private": true,
"dependencies": {
"pngjs": "^6.0.0"
},
"scripts": {
"stitch": "node --max-heap-size=3840 ./tools/stitcher/index.js"
}
}