UNPKG
ld-gif
Version:
latest (2.0.0)
2.0.0
1.0.2
1.0.1
1.0.0
Last Draft gif plugin
github.com/steveniseki/ld-gif
steveniseki/ld-gif
ld-gif
/
src
/
gif
/
plugin.js
17 lines
(14 loc)
•
283 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* * Copyright (c) 2016, vace.nz (https://github.com/vacenz) * * License: MIT */
import
GifButton
from
'./GifButton'
import
GifBlock
from
'./GifBlock'
import
GifModal
from
'./GifModal'
export
default
{
type
:
'gif'
,
button
:
GifButton
,
block
:
GifBlock
,
modal
:
GifModal
}