tauri/.changes/tauri-image.md
Amr Bashir 77b9a508a4
feat(api): add Image class (#9042)
* feat(api): add `Image` class

* clippy

* license headers

* small cleanup

* fixes

* code review

* readd from_png_bytes and from_ico_bytes

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2024-03-03 04:31:08 +02:00

7 lines
102 B
Markdown

---
'tauri': 'minor:feat'
'@tauri-apps/api': 'minor:feat'
---
Add a new `Image` type in Rust and JS.