fix: create-tool.mjs

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-24 01:16:00 +01:00
parent 834d02e1b5
commit 9657e60eca
3 changed files with 17 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ import image from '@assets/text.png';
export const tool = defineTool('png', {
name: 'Change colors in png',
path: '/change-colors-in-png',
path: 'change-colors-in-png',
image,
description: '',
keywords: ['change', 'colors', 'in', 'png'],