mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-14 21:46:35 +00:00
feat: add registry
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type CategoryId = 'convert' | 'alpha' | 'color' | 'geometry' | 'analyze';
|
||||
export type CategoryId = 'convert' | 'alpha' | 'color' | 'geometry' | 'analyze' | 'generate';
|
||||
|
||||
export type Category = { id: CategoryId; label: string };
|
||||
|
||||
@@ -7,5 +7,6 @@ export const CATEGORIES: Category[] = [
|
||||
{ id: 'alpha', label: 'Прозрачность' },
|
||||
{ id: 'color', label: 'Цвет' },
|
||||
{ id: 'geometry', label: 'Геометрия' },
|
||||
{ id: 'analyze', label: 'Анализ' }
|
||||
{ id: 'analyze', label: 'Анализ' },
|
||||
{ id: 'generate', label: 'Генерация' }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user