[WIP] Entity input panel

This commit is contained in:
Ali
2022-07-13 01:21:54 +02:00
parent ed59ead31e
commit c51b58ca72
101 changed files with 3374 additions and 491 deletions

View File

@@ -26,3 +26,9 @@ public func cacheLottieAnimation(data: Data, width: Int, height: Int, writer: An
writer.finish()
}
}
public func cacheStillSticker(path: String, width: Int, height: Int, writer: AnimationCacheItemWriter) {
writer.queue.async {
writer.finish()
}
}