UNPKG
valaxy-addon-lightgallery
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Light Gallery for Valaxy
github.com/YunYouJun/valaxy/tree/main
valaxy-addon-lightgallery
/
node
/
index.ts
9 lines
(7 loc)
•
192 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{ defineValaxyAddon }
from
'valaxy'
import
pkg
from
'../package.json'
export
const
addonLightGallery =
defineValaxyAddon
(
options
=>
({
name
: pkg.
name
,
enable
:
true
, options, }))