1
0
Fork 0

Adding upstream version 0.4.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-31 14:47:36 +02:00
parent 956119c6fd
commit 5988d8b9b6
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
47 changed files with 8483 additions and 0 deletions

6
.eslintrc.json Normal file
View file

@ -0,0 +1,6 @@
{
"extends": "standard",
"globals": {
"browser": true
}
}