-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Hey, first off this is great! I've attempted to build something like this and really be struggling. The colors end up uneven or in the wrong oder. However, I'm running into cross-origin (CORS) when I attempt to use your API.
Using the example endpoint here:
https://www.simeongriggs.dev/using-the-tailwind-css-palette-generator-and-api
fetch('https://tailwind.simeongriggs.dev/api/brand/2522FC')
.then((response: any) => response.json())
.then((json: any) => console.log(json));
Here's the error received:
Steffi3rdSteffi3rdSteffi3rd
Metadata
Metadata
Assignees
Labels
No labels