mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
parent
4ea16043da
commit
b60db521cd
2 changed files with 3 additions and 1 deletions
|
|
@ -5,8 +5,9 @@
|
|||
// Created by Francesco on 02/06/25.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
||||
import Kingfisher
|
||||
import UIKit
|
||||
|
||||
struct JPEGCompressionProcessor: ImageProcessor {
|
||||
let identifier: String
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
import SwiftUI
|
||||
import Foundation
|
||||
import Kingfisher
|
||||
import Sora.Utils.Cache.JPEGCompressionProcessor
|
||||
|
||||
class KingfisherCacheManager {
|
||||
private let jpegCompressionQuality: CGFloat = 0.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue