Merge pull request #15 from TukanDev/main

Documentation for classes used for react components under /common and some small fixes
This commit is contained in:
SpikeHD
2022-07-05 11:49:53 -07:00
committed by GitHub
6 changed files with 46 additions and 7 deletions

View File

@@ -38,7 +38,8 @@ A full, complete `index.json` will look something like this:
"css": ["/index.css"],
"js": ["/index.js"]
},
"customBackgroundURL": "https://website.com/image.png"
"customBackgroundURL": "https://website.com/image.png",
"customBackgroundFile": "/image.png"
}
```