// // ImageAnalyzer.swift // // // Created by Jed Fox on 2022-11-14. // import VisionKit extension ImageAnalyzer { public static let shared = ImageAnalyzer() }