Official Imagine Typescript SDK. With this SDK, developers can effortlessly integrate Imagine's industry leading text to image generation capabilities into their Typescript or Javascript applications.
Apache License 2.0
21
stars
3
forks
source link
Module not found: Default condition should be last one #5
Module not found: Default condition should be last one
I get this error when i'm try to import { GenerationStyle, client, Status } from "imaginesdk"
This code:
I'm using NextJS, React ^18
This is the example code from the documentation, and the module was correctly imported, I need help, please.