Skip to content

Commit 08b4e0f

Browse files
committed
西元2024年05月18日 (週六) 15時41分00秒 CST
1 parent c2dfb39 commit 08b4e0f

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CITATION.cff

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ authors:
44
- family-names: Chen
55
given-names: Yung-Ting
66
orcid: https://orcid.org/0000-0003-3751-610X
7+
email: blog@pulipuli.info
78
title: "docker-app-Image-Background-Remover"
9+
license: "MIT"
810
repository-code: "https://github.com/pulipulichen/docker-app-Image-Background-Remover"
911
abstract: "A tool to remove backgrounds and transparent margins from images."
1012
identifiers:

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,25 @@
1515
"url": "git+https://pulipuli.chen@gmail.com@github.com/pulipulichen/docker-app-Image-Background-Remover.git"
1616
},
1717
"keywords": [
18-
"docker-app"
18+
"docker-app",
19+
"puli-portfolio",
20+
"rembg",
21+
"imagemagick",
22+
"node.js",
23+
"python"
1924
],
20-
"author": "Yung-Ting Chen",
25+
"author": {
26+
"name": "Yung-Ting Chen",
27+
"email": "blog@pulipuli.info",
28+
"orcid": "https://orcid.org/0000-0003-3751-610X",
29+
"url": "https://blog.pulipuli.info"
30+
},
2131
"license": "MIT",
2232
"bugs": {
2333
"url": "https://github.com/pulipulichen/docker-app-Image-Background-Remover/issues"
2434
},
2535
"homepage": "https://github.com/pulipulichen/docker-app-Image-Background-Remover#readme",
36+
"doi": "10.5281/zenodo.11213088",
2637
"dependencies": {
2738
"@imgly/background-removal-node": "1.4.5"
2839
}

0 commit comments

Comments
 (0)