Skip to content

Commit

Permalink
✨ add Yant palette
Browse files Browse the repository at this point in the history
Signed-off-by: maxcleme <maxime.clement@docker.com>
  • Loading branch information
maxcleme committed Nov 7, 2024
1 parent b4ad514 commit 74fee2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/palette/palette.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export class PaletteService {
this.loadPalette('perler_caps', 'P', 'Perler Caps').pipe(
map(this.perlerTransform)
),
this.loadPalette('yant', 'Y', 'Yant'),
this.loadPalette('diamondDotz', 'D', 'Diamond Dotz'),
]);
}
Expand Down

0 comments on commit 74fee2a

Please sign in to comment.