import { Edit } from '@vicons/tabler'; import { defineTool } from '../tool'; import { translate } from '@/plugins/i18n.plugin'; export const tool = defineTool({ name: translate('tools.html-wysiwyg-editor.title'), path: '/html-wysiwyg-editor', description: translate('tools.html-wysiwyg-editor.description'), keywords: ['html', 'wysiwyg', 'editor', 'p', 'ul', 'ol', 'converter', 'live'], component: () => import('./html-wysiwyg-editor.vue'), icon: Edit, }); ='2'>cgit logo index : bun
Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/javascript/jsc/node/node_fs.zig (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-26Update uwsGravatar Jarred Sumner 1-0/+0