mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
fix: tsc
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export type InitialValuesType = {
|
||||
quality: string;
|
||||
quality: 'mid' | 'high' | 'low' | 'ultra';
|
||||
fps: string;
|
||||
scale: string;
|
||||
};
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
import { expect, describe, it } from 'vitest';
|
||||
// import { main } from './service';
|
||||
//
|
||||
// describe('video-to-gif', () => {
|
||||
//
|
||||
// })
|
||||
Reference in New Issue
Block a user