fix: create transparent png

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-25 07:51:39 +01:00
parent 3da580e3a9
commit 9f2dd774e7
3 changed files with 17 additions and 22 deletions

View File

@@ -1,11 +1,11 @@
import { defineTool } from '@tools/defineTool';
import { lazy } from 'react';
// import image from '@assets/text.png';
import image from '@assets/image.png';
export const tool = defineTool('png', {
name: 'Create transparent PNG',
path: 'create-transparent',
// image,
image,
description:
"World's simplest online Portable Network Graphics transparency maker. Just import your PNG image in the editor on the left and you will instantly get a transparent PNG on the right. Free, quick, and very powerful. Import a PNG get a transparent PNG.",
keywords: ['create', 'transparent'],