commit 44715992ac850298759937ba09181c0dbb83ff40 Author: allecks Date: Mon Jun 17 11:31:58 2024 +0300 Загрузить файлы в «/» diff --git a/arcane-ink.zip b/arcane-ink.zip new file mode 100644 index 0000000..1879468 Binary files /dev/null and b/arcane-ink.zip differ diff --git a/module.json b/module.json new file mode 100644 index 0000000..5af6f90 --- /dev/null +++ b/module.json @@ -0,0 +1,32 @@ +{ + "id": "arcane-ink", + "title": "Arcane Ink", + "author": { + "name": "Allecks", + "boosty": "https://boosty.to/allecks" + }, + "version": "1.0.1", + "compatibility": { + "minimum": "11", + "verified": "12" + }, + "esmodules": [ + "./arcaneInc.js" + ], + "languages": [ + { + "lang": "en", + "name": "English", + "path": "lang/en.json" + }, + { + "lang": "ru", + "name": "Russian", + "path": "lang/ru.json" + } + ], + "styles": [ + "./book.css" + ], + "description": "Упрощает работу с журналами в плане дизайна." +} \ No newline at end of file