mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 00:36:14 -04:00
refactor(lint): linter auto fix
This commit is contained in:
parent
8e29a97404
commit
086d31eab5
54 changed files with 1122 additions and 1503 deletions
|
@ -4,7 +4,8 @@ import type { ITool } from './../Tool';
|
|||
export const tool: ITool = {
|
||||
name: 'QR Code generator',
|
||||
path: '/qrcode-generator',
|
||||
description: 'Generate and download QR-code for an url or just a text and customize the background and foreground colors.',
|
||||
description:
|
||||
'Generate and download QR-code for an url or just a text and customize the background and foreground colors.',
|
||||
keywords: ['qr', 'code', 'generator', 'square', 'color', 'link', 'low', 'medium', 'quartile', 'high', 'transparent'],
|
||||
component: () => import('./qr-code-generator.vue'),
|
||||
icon: Qrcode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue