mirror of
https://github.com/vibegif/vibegif.lol.git
synced 2026-04-07 10:12:13 +00:00
Refactor: Add inp-max-size to element list
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export const ELEMENT_IDS = [
|
||||
'setup-screen', 'main-screen', 'setup-key', 'setup-save',
|
||||
'btn-settings', 'modal-settings', 'modal-key', 'modal-save', 'btn-close-modal',
|
||||
'sel-model', 'inp-prompt', 'inp-frames', 'inp-fps', 'sel-ratio',
|
||||
'sel-model', 'inp-prompt', 'inp-frames', 'inp-fps', 'sel-ratio', 'inp-max-size',
|
||||
'btn-generate', 'progress-area', 'progress-bar', 'progress-text', 'frames-preview',
|
||||
'result-area', 'result-gif', 'btn-download'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user