proper scrolls

This commit is contained in:
EatThePooh 2025-08-02 05:10:30 +07:00
parent d92bc3b437
commit 9df3f362fe
11 changed files with 146 additions and 36 deletions

View file

@ -0,0 +1,8 @@
{
"tasks": {
"start": "deno run --cached-only main.ts"
},
"patch": [
"../hjq"
]
}