feat(new-tool): mime type to extension converter

This commit is contained in:
Corentin Thomasset 2022-11-14 22:13:26 +01:00
parent 5d8f46abf8
commit 7c9b8ac178
No known key found for this signature in database
GPG key ID: DBD997E935996158
4 changed files with 117 additions and 0 deletions

View file

@ -1,6 +1,7 @@
import { LockOpen } from '@vicons/tabler';
import type { ToolCategory } from './tool';
import { tool as mimeTypes } from './mime-types';
import { tool as otpCodeGeneratorAndValidator } from './otp-code-generator-and-validator';
import { tool as base64FileConverter } from './base64-file-converter';
import { tool as base64StringConverter } from './base64-string-converter';
@ -65,6 +66,7 @@ export const toolsByCategory: ToolCategory[] = [
basicAuthGenerator,
metaTagGenerator,
otpCodeGeneratorAndValidator,
mimeTypes,
],
},
{