mirror of
https://github.com/YuzuZensai/beamboxctl.git
synced 2026-07-21 20:42:19 +00:00
✨ feat: video/gif support
This commit is contained in:
@@ -86,6 +86,13 @@ export interface ImageConfig {
|
||||
*/
|
||||
defaultSize: [number, number];
|
||||
|
||||
/**
|
||||
* Default frame dimensions [width, height] for animations
|
||||
*
|
||||
* Frames are resized to fit these dimensions
|
||||
*/
|
||||
animationsSize: [number, number];
|
||||
|
||||
/**
|
||||
* JPEG compression quality (0-100)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user