UNPKG
vite-plugin-lygia
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Local resolution lygia dependencies for glsl
github.com/huyanhai/vite-plugin-lygia
vite-plugin-lygia
/
src
/
index.d.ts
7 lines
(6 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Plugin
}
from
"vite"
;
interface
IUserOptions
{
libraryPath
?:
string
; }
declare
const
lygiaPlugin
:
(
userOptions
?:
IUserOptions
) =>
Plugin
;
export
default
lygiaPlugin;