first commit

This commit is contained in:
2024-06-27 13:32:19 -05:00
commit b7d49fda65
8 changed files with 217 additions and 0 deletions

21
src/module.json Normal file
View File

@@ -0,0 +1,21 @@
{
"id": "asc-newspaper-style-journal",
"title": "Newspaper Styled Journal",
"description": "A olde timey newspaper sheet theme",
"version": "0.1.0",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"authors": ["lmxsdl"],
"scripts": [],
"esmodules": [
"scripts/newspaper.js"
],
"styles": [
"styles/newspaper.css"
],
"relationships": {
"requires": [
]}
}