mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-17 09:46:02 +00:00
commit
ee71c0d39c
@ -3,7 +3,7 @@ import { lazy } from 'react';
|
|||||||
|
|
||||||
export const tool = defineTool('video', {
|
export const tool = defineTool('video', {
|
||||||
path: 'loop',
|
path: 'loop',
|
||||||
icon: 'material-symbols:loop',
|
icon: 'ic:outline-loop',
|
||||||
|
|
||||||
keywords: ['video', 'loop', 'repeat', 'continuous'],
|
keywords: ['video', 'loop', 'repeat', 'continuous'],
|
||||||
component: lazy(() => import('./index')),
|
component: lazy(() => import('./index')),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user