This commit is contained in:
interia 2025-05-30 21:36:10 +01:00 committed by GitHub
parent beece558b8
commit 91dba199c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -300,7 +300,7 @@ function formatFileSize(bytes: number): string {
export default definePlugin({ export default definePlugin({
name: "ImageZoom", name: "ImageZoom",
description: "Lets you zoom in to images and gifs as well as displays image metadata. Use scroll wheel to zoom in and shift + scroll wheel to increase lens radius.", description: "Lets you zoom in to images and gifs as well as displays image metadata. Use scroll wheel to zoom in and shift + scroll wheel to increase lens radius.",
authors: [Devs.Aria, EquicordDevs.Campfire], authors: [Devs.Aria, EquicordDevs.interia],
tags: ["ImageUtilities"], tags: ["ImageUtilities"],
managedStyle, managedStyle,