UNPKG
@nsfw-filter/nsfwjs
Version:
latest (2.2.0)
2.2.0
Detect NSFW content client side
nsfwjs.com
infinitered/nsfwjs
@nsfw-filter/nsfwjs
/
dist
/
nsfw_classes.js
11 lines
•
258 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