UNPKG
poopetti
Version:
beta (1.0.0-beta.1)
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
1.0.0-beta.1
1.0.0-beta.0
A Lightweight Animated Emojis Library, mainly focused on Poop Emoji
poopetti.com
enszrlu/poopetti
poopetti
/
dist
/
Poopetti.d.ts
4 lines
(3 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
import
{
PoopettiOptions
,
RainPoopOptions
}
from
'./types'
;
export
declare
const
rainPoop
:
(
options
?:
RainPoopOptions
) =>
void
;
export
declare
const
poopetti
:
(
options
?:
PoopettiOptions
) =>
void
;