Skip to content

Commit

Permalink
Update HelperImage.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftuiux committed Jul 25, 2024
1 parent c8718f6 commit d00632b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import AppKit
/// - toSize: Fit to size
/// - Returns: NSImage
@available(macOS 13.1, *)
@MainActor
public func getNSImage(from data : Data?, cropped toSize : NSSize? = nil) async -> NSImage? {

guard let value = data else{
Expand Down

0 comments on commit d00632b

Please # to comment.