add image scale [not tested]
This commit is contained in:
13
image-scale/deno.json
Normal file
13
image-scale/deno.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"nodeModulesDir": "auto",
|
||||
"tasks": {
|
||||
"dev": "deno run --watch main.ts",
|
||||
"start": "deno run --allow-read --allow-write --allow-env --allow-ffi main.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@std/assert": "jsr:@std/assert@1",
|
||||
"@std/cli": "jsr:@std/cli@1",
|
||||
"@std/path": "jsr:@std/path@1",
|
||||
"sharp": "npm:sharp@^0.33"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user