mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-15 22:16:35 +00:00
refactor: move old libs and components to old folder
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
export type CategoryId =
|
||||
| "convert"
|
||||
| "alpha"
|
||||
| "color"
|
||||
| "geometry"
|
||||
| "analyze"
|
||||
| "generate"
|
||||
| "filters"
|
||||
| "text";
|
||||
|
||||
/**
|
||||
* Порядок категорий в каталоге. Человекочитаемые названия живут в словарях
|
||||
* i18n: секция categories, ключ = CategoryId.
|
||||
*/
|
||||
export const CATEGORIES: readonly CategoryId[] = [
|
||||
"convert",
|
||||
"alpha",
|
||||
"color",
|
||||
"geometry",
|
||||
"filters",
|
||||
"text",
|
||||
"analyze",
|
||||
"generate",
|
||||
];
|
||||
Reference in New Issue
Block a user