refactor: rename preloadManager to imageManager (#25436)

rename: preloadManager to imageManager
This commit is contained in:
Min Idzelis 2026-01-22 22:11:57 -05:00 committed by GitHub
parent 9b2939d778
commit a96a08939e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 148 additions and 152 deletions

View file

@ -16301,6 +16301,7 @@
},
"AssetMediaSize": {
"enum": [
"original",
"fullsize",
"preview",
"thumbnail"

View file

@ -5660,6 +5660,7 @@ export enum MirrorAxis {
Vertical = "vertical"
}
export enum AssetMediaSize {
Original = "original",
Fullsize = "fullsize",
Preview = "preview",
Thumbnail = "thumbnail"