Updating the assets

This commit is contained in:
2021-08-21 11:46:04 -07:00
parent 6b660b25b8
commit 45690cb975
93 changed files with 5501 additions and 11 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"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"
}
}