Add image upload and edit functions
This commit is contained in:
4
src/types/VibrantSwatch.ts
Normal file
4
src/types/VibrantSwatch.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export type VibrantSwatch = {
|
||||
_rgb: [number, number, number];
|
||||
hex?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user