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
/
types
/
index.d.ts
13 lines
(12 loc)
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
type
RainPoopOptions
= {
emoji
?:
string
|
string
[];
duration
?:
number
;
density
?:
number
; };
export
type
PoopettiOptions
= {
emoji
?:
string
;
duration
?:
number
;
density
?:
number
;
radius
?:
number
;
content
?:
string
|
string
[]; };