UNPKG
media-grab
Version:
latest (0.0.12)
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Grab random media from the internet
github.com/cwmat/media-grab
cwmat/media-grab
media-grab
/
mjs
/
magicStrings.js
6 lines
(5 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
const
MagicStrings
= {
SUCCESS_MESSAGE
:
'Valid URL'
,
ERROR_MESSAGE
:
'Invalid URL or no URLs matching the input params, you may want to try a different list of subreddits'
, };
export
default
MagicStrings
;