//
//  CIContext.swift
//  QKMRZScanner
//
//  Created by Matej Dorcak on 10/07/2019.
//

import Foundation
import CoreImage

extension CIContext {
    static let shared = CIContext(options: nil)
}
