This commit is contained in:
Ibrahima G. Coulibaly
2025-07-07 02:02:27 +01:00
parent a1cfccdbba
commit b8c6e9fdd1
3 changed files with 4 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
export type InitialValuesType = {
quality: string;
quality: 'mid' | 'high' | 'low' | 'ultra';
fps: string;
scale: string;
};

View File

@@ -1,6 +0,0 @@
import { expect, describe, it } from 'vitest';
// import { main } from './service';
//
// describe('video-to-gif', () => {
//
// })