mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-02-01 02:26:53 -06:00
refactor: cleanup struct fields, resolve clippy lints, resolve/ignore svelte lints, checks error on warn
This commit is contained in:
@@ -10,9 +10,6 @@ pub const THUMB_WIDTH: u32 = 300;
|
||||
pub const MEDIUM_WIDTH: u32 = 800;
|
||||
pub const FULL_WIDTH: u32 = 1600;
|
||||
|
||||
/// Quality setting for WebP encoding (0-100)
|
||||
const WEBP_QUALITY: u8 = 85;
|
||||
|
||||
/// Result of processing an uploaded image
|
||||
#[derive(Debug)]
|
||||
pub struct ProcessedImage {
|
||||
|
||||
Reference in New Issue
Block a user