mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 15:56:15 -04:00
feat(tool): qr-code generator
This commit is contained in:
parent
203b6a9d73
commit
5582d75927
8 changed files with 527 additions and 21 deletions
|
@ -1,6 +1,7 @@
|
|||
import { LockOpen } from '@vicons/tabler';
|
||||
import type { ToolCategory } from './Tool';
|
||||
|
||||
import { tool as qrCodeGenerator } from './qr-code-generator';
|
||||
import { tool as base64Converter } from './base64-converter';
|
||||
import { tool as crontabGenerator } from './crontab-generator';
|
||||
import { tool as textStatistics } from './text-statistics';
|
||||
|
@ -31,7 +32,7 @@ export const toolsByCategory: ToolCategory[] = [
|
|||
{
|
||||
name: 'Web',
|
||||
icon: LockOpen,
|
||||
components: [urlEncoder],
|
||||
components: [urlEncoder, qrCodeGenerator],
|
||||
},
|
||||
{
|
||||
name: 'Development',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue