diff --git a/DeathSocketCLI/Commands.fs b/DeathSocketCLI/Commands.fs index 754728f..e75c16f 100644 --- a/DeathSocketCLI/Commands.fs +++ b/DeathSocketCLI/Commands.fs @@ -113,8 +113,9 @@ let``add-skia-grid`` imgPath numRows numColumns pWidth colour newPath = printfn "[INFO.] Adding SkiaSharp grid to image..." - buildSkiaSpec imgPath numRows numColumns pWidth colour newPath - |> applySkiaGridAsync + Skia (buildSkiaSpec imgPath numRows numColumns pWidth colour newPath) + |> applyImageToGrid + //|> applySkiaGridAsync |> Async.Start showEndOfCommandMessage