feat(new-tool): slugify string

This commit is contained in:
Corentin Thomasset 2023-02-10 22:06:32 +01:00
parent 1a3f0a135d
commit 6fe4b5ac60
No known key found for this signature in database
GPG key ID: DBD997E935996158
5 changed files with 69 additions and 0 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 slugifyString } from './slugify-string';
import { tool as keycodeInfo } from './keycode-info';
import { tool as jsonMinify } from './json-minify';
import { tool as bcrypt } from './bcrypt';
@ -69,6 +70,7 @@ export const toolsByCategory: ToolCategory[] = [
mimeTypes,
jwtParser,
keycodeInfo,
slugifyString,
],
},
{