Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Test output
tests/output/

# Node modules (Deno node_modules dir)
node_modules/
11 changes: 7 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"nodeModulesDir": "auto",
"imports": {
"@std/cli": "jsr:@std/cli@^1.0.27",
"@std/fs": "jsr:@std/fs@^1.0.22",
"@std/path": "jsr:@std/path@^1.1.4",
"@std/assert": "https://deno.land/std@0.224.0/assert/mod.ts",
"@std/cli": "https://deno.land/std@0.224.0/cli/mod.ts",
"@std/fs": "https://deno.land/std@0.224.0/fs/mod.ts",
"@std/path": "https://deno.land/std@0.224.0/path/mod.ts",
"sharp": "npm:sharp@^0.34.5"
},
"tasks": {
"compile": "deno compile --allow-all main.ts"
"compile": "deno compile --allow-all main.ts",
"test": "deno test -A"
},
"version": "0.0.1"
}
165 changes: 127 additions & 38 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added tests/fixtures/test-input.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading