UNPKG
intentful
Version:
latest (0.0.4)
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
Create Custom Skills with less headache
github.com/VTJamie/Speechless
VTJamie/Speechless
intentful
/
apl
/
avg
/
filters
/
drop-shadow.js
7 lines
(6 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
AVGDropShadow
=
void
0
;
class
AVGDropShadow
{ }
exports
.
AVGDropShadow
=
AVGDropShadow
;