mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 17:34:56 +05:30
commit
ee71c0d39c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue