UNPKG
daria-gif
Version:
latest (0.0.2)
0.0.2
0.0.1
random gif pp modülü
daria-gif
/
src
/
index.js
7 lines
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
=
class
gifapi
{
static
anime
(
) {
const
animejson =
require
(
'./anime.json'
)
const
random = animejson.
linkler
[
Math
.
floor
(
Math
.
random
() * animejson.
linkler
.
length
)]
return
random } }