From c042e0a4bf1a3201a019f3918733164b8072183f Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Fri, 21 Nov 2025 09:21:00 +0000 Subject: [PATCH] asdf --- StickerSlack/Emoji/GifManager.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/StickerSlack/Emoji/GifManager.swift b/StickerSlack/Emoji/GifManager.swift index cba1769..dc28451 100644 --- a/StickerSlack/Emoji/GifManager.swift +++ b/StickerSlack/Emoji/GifManager.swift @@ -9,7 +9,9 @@ import Foundation import UIKit class GifManager { + //from clock-run, 12 frames one second static let defaultDuration: Double = 0.083333333333333329 + static func gifFrom(url: URL) async -> [(frame: CGImage, showFor: Double)] { guard let (data, _) = try? await URLSession.shared.data(from: url) else { return [] }