feat(new-tool): html wysiwyg editor

This commit is contained in:
Corentin Thomasset 2023-03-26 19:04:42 +02:00 committed by Corentin THOMASSET
parent b1d6bfd2dc
commit f3b1863f09
8 changed files with 911 additions and 6 deletions

View file

@ -1,6 +1,7 @@
import { tool as base64FileConverter } from './base64-file-converter';
import { tool as base64StringConverter } from './base64-string-converter';
import { tool as basicAuthGenerator } from './basic-auth-generator';
import { tool as htmlWysiwygEditor } from './html-wysiwyg-editor';
import { tool as rsaKeyPairGenerator } from './rsa-key-pair-generator';
import { tool as textToNatoAlphabet } from './text-to-nato-alphabet';
import { tool as slugifyString } from './slugify-string';
@ -74,6 +75,7 @@ export const toolsByCategory: ToolCategory[] = [
jwtParser,
keycodeInfo,
slugifyString,
htmlWysiwygEditor,
],
},
{