Skip to content

Commit

Permalink
feat: 更新图片 EXIF 解析逻辑,导出图片支持 EXIF 信息写入
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiweio committed Nov 29, 2024
1 parent 81a4836 commit 01b07a5
Show file tree
Hide file tree
Showing 10 changed files with 123 additions and 332 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"gh-pages": "^6.2.0",
"rollup-plugin-visualizer": "^5.12.0",
Expand Down
164 changes: 0 additions & 164 deletions src-wasm/Cargo.lock

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

3 changes: 0 additions & 3 deletions src-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@ default = [
[dependencies]
wasm-bindgen = { version = "0.2.81", features = [ "serde-serialize" ] }
gloo-utils = "0.2"
chrono = "0.4"
console_error_panic_hook = { version = "0.1.7", optional = true }
wee_alloc = { version = "0.4.5", optional = true }
web-sys = { version = "0.3.58", features = [] }
kamadak-exif = "0.5.4"
serde = { version = "1.0.138", features = [ "derive" ] }
serde_json = "1.0.133"
once_cell = "1.20.2"

[profile.release]
opt-level = "s"
Expand Down
Loading

0 comments on commit 01b07a5

Please sign in to comment.