feat: remove temperature conversion from generic-calc

This commit removes the temperature conversion tool from the
generic-calc tool. This is because the tool was causing issues.

The following files were modified:
- src/pages/tools/number/generic-calc/data/index.ts
- src/pages/tools/number/generic-calc/data/temperature.ts
- package.json
- .idea/workspace.xml
This commit is contained in:
Ibrahima G. Coulibaly
2025-10-02 22:18:34 +01:00
parent 579cfeb55f
commit 28f4c64d30
8 changed files with 3957 additions and 2971 deletions

View File

@@ -2,4 +2,6 @@ export type InitialValuesType = {
quality: 'mid' | 'high' | 'low' | 'ultra';
fps: string;
scale: string;
start: number;
end: number;
};