UNPKG
@sinedied/mini-scraper
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.1
1.4.0
Artwork scraper for handheld emulators.
github.com/sinedied/mini-scraper
sinedied/mini-scraper
@sinedied/mini-scraper
/
lib
/
art.js
7 lines
(6 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
var
ArtType
; (
function
(
ArtType
) {
ArtType
[
"Boxart"
] =
"Named_Boxarts"
;
ArtType
[
"Snap"
] =
"Named_Snaps"
;
ArtType
[
"Title"
] =
"Named_Titles"
; })(
ArtType
|| (
ArtType
= {}));