feat: add image watermark
This commit is contained in:
12
image-watermark/deno.json
Normal file
12
image-watermark/deno.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"tasks": {
|
||||
"dev": "deno run --watch main.ts",
|
||||
"watermark": "deno run --allow-read --allow-write --allow-env --allow-ffi main.ts",
|
||||
"test": "deno test --allow-read --allow-write --allow-env --allow-ffi"
|
||||
},
|
||||
"nodeModulesDir": "auto",
|
||||
"imports": {
|
||||
"@std/assert": "jsr:@std/assert@1",
|
||||
"sharp": "npm:sharp@^0.33.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user