feat(new tool): emoji picker (#551)

This commit is contained in:
Corentin THOMASSET 2023-08-08 09:19:43 +02:00 committed by Corentin Thomasset
parent dfa1ba8554
commit 93f7cf0e98
No known key found for this signature in database
GPG key ID: DBD997E935996158
11 changed files with 192 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 emojiPicker } from './emoji-picker';
import { tool as passwordStrengthAnalyser } from './password-strength-analyser';
import { tool as yamlToToml } from './yaml-to-toml';
import { tool as jsonToToml } from './json-to-toml';
@ -144,7 +145,7 @@ export const toolsByCategory: ToolCategory[] = [
},
{
name: 'Text',
components: [loremIpsumGenerator, textStatistics],
components: [loremIpsumGenerator, textStatistics, emojiPicker],
},
{
name: 'Data',