UNPKG
@bakedpotatolord/nsfwjs
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Detect NSFW content client-side
nsfwjs.com
infinitered/nsfwjs
@bakedpotatolord/nsfwjs
/
dist
/
nsfw_classes.js
11 lines
•
268 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
NSFW_CLASSES
=
void
0
;
exports
.
NSFW_CLASSES
= {
0
:
'Drawing'
,
1
:
'Hentai'
,
2
:
'Neutral'
,
3
:
'Porn'
,
4
:
'Sexy'
};
//# sourceMappingURL=nsfw_classes.js.map