Skip to content

Commit

Permalink
edit the description
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptofine committed Jun 22, 2023
1 parent 891c907 commit 0e3ab2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@
"source.organizeImports": true
}
},
"isort.args":["--profile", "black", "--src", "${workspaceFolder}/backend/src"]
"isort.args":["--profile", "black", "--src", "${workspaceFolder}/backend/src"],
"black-formatter.args": ["--line-length=88"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@utility_group.register(
schema_id="chainner:image:get_bbox",
name="Get Bounding Box",
description="Get the X, Y, Height, and Width of a bounding box in the image in px.",
description="Gets a bounding box (X, Y, Height, and Width) of the white area of a mask.",
icon="BsRulers",
inputs=[
ImageInput(channels=1),
Expand Down

0 comments on commit 0e3ab2a

Please sign in to comment.