Steve Bégin

Results 1 comments of Steve Bégin

Hi Charles, The Frame type is just a wrapper around `NSBitmapImageRep` to provide `Codable` conformance and so it is really simple. ``` public struct Frame: Codable { public let bitmap:...