Browse Source

refactor add-skia-grid (applyImageToGrid).

master
Craig Oates 5 years ago
parent
commit
d7adc985c9
  1. 5
      DeathSocketCLI/Commands.fs

5
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

Loading…
Cancel
Save