Skip to content

Commit

Permalink
add more palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasanen committed Jan 18, 2023
1 parent c7e0061 commit e48098a
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions source/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,24 @@ import axios from "axios";
import _ from "lodash";

const ALL_PALETTES = [
"resurrect-64",
"endesga-32",
"aap-64",
"pear36",
"apollo",
"lospec500",
"cc-29",
"endesga-32",
"endesga-64",
"famicube",
"fantasy-24",
"journey",
"vinik24",
"sweetie-16",
"lospec500",
"lospec500",
"pear36",
"resurrect-64",
"slso8",
"fantasy-24",
"slso8",
"sweetie-16",
"vinik24",
"vinik24",
"zughy-32",
"cc-29",
"famicube",
"aap-64",
];

const LOSPEC_BASE_URL = `https://lospec.com/palette-list`;
Expand Down

0 comments on commit e48098a

Please sign in to comment.