migrate from ts-rs to tauri-specta

This commit is contained in:
2026-03-07 18:36:51 +08:00
parent f65d837841
commit 4d7e97771a
86 changed files with 766 additions and 609 deletions

View File

@@ -1,6 +1,7 @@
use crate::services::sprite_recolor;
#[tauri::command]
#[specta::specta]
pub fn recolor_gif_base64(
white_color_hex: String,
black_color_hex: String,