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