Skip to content

Commit

Permalink
Reorganise the colours for a seamless transition.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarty committed Jun 1, 2024
1 parent ade494d commit 3e67119
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/getMediaBlob.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ const fonts = [
'NotoSansCuneiform.woff',
];
const colours = [
{ foreground: '#9f1239', name: 'Rose' },
{ foreground: '#991b1b', name: 'Red' },
{ foreground: '#9a3412', name: 'Orange' },
{ foreground: '#92400e', name: 'Amber' },
{ foreground: '#854d0e', name: 'Yellow' },
{ foreground: '#3f6212', name: 'Lime' },
Expand All @@ -29,9 +32,6 @@ const colours = [
{ foreground: '#6b21a8', name: 'Purple' },
{ foreground: '#86198f', name: 'Fuchsia' },
{ foreground: '#9d174d', name: 'Pink' },
{ foreground: '#9f1239', name: 'Rose' },
{ foreground: '#991b1b', name: 'Red' },
{ foreground: '#9a3412', name: 'Orange' },
];
const textToSVGOptions = {
fontSize: 320,
Expand Down

0 comments on commit 3e67119

Please sign in to comment.