Implemented gif exportation and added some style (again)

This commit is contained in:
Laurent
2026-02-17 18:20:53 +01:00
parent b81d912cf4
commit 4a5bf8dfff
10 changed files with 268 additions and 101 deletions

View File

@@ -16,7 +16,7 @@ public partial class App : Application
{
base.OnStartup(e);
var viewModel = new MainViewModel(new ResizeService());
var viewModel = new MainViewModel(new GifService());
var mainWindow = new MainWindow(viewModel);
mainWindow.Show();