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

10
shelf/deno/hjq/deno.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "hjq",
"exports": {
".": "./main.ts"
},
"imports": {
"hjson": "npm:hjson@^3.2.2",
"jq-web": "npm:jq-web@^0.6.2"
}
}