mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-14 21:46:35 +00:00
feat: add text draw core
This commit is contained in:
@@ -5,7 +5,8 @@ export type CategoryId =
|
||||
| 'geometry'
|
||||
| 'analyze'
|
||||
| 'generate'
|
||||
| 'filters';
|
||||
| 'filters'
|
||||
| 'text';
|
||||
|
||||
/**
|
||||
* Порядок категорий в каталоге. Человекочитаемые названия живут в словарях
|
||||
@@ -17,6 +18,7 @@ export const CATEGORIES: readonly CategoryId[] = [
|
||||
'color',
|
||||
'geometry',
|
||||
'filters',
|
||||
'text',
|
||||
'analyze',
|
||||
'generate'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user