film-poster-genres/src/lib/Genres.mjs

28 lines
327 B
JavaScript
Raw Normal View History

2020-09-15 17:32:51 +00:00
"use strict";
export default [
2020-09-23 16:23:51 +00:00
"Action", // 0
"Adventure", // 1
"Animation", // 2
2020-09-15 17:32:51 +00:00
"Biography",
"Comedy",
"Crime",
"Documentary",
"Drama",
"Family",
"Fantasy",
"Film-Noir",
"History",
"Horror",
"Music",
"Musical",
"Mystery",
"Romance",
"Sci-Fi",
"Short",
"Sport",
"Thriller",
"War",
2020-09-23 16:23:51 +00:00
"Western" // 22
2020-09-15 17:32:51 +00:00
];