insight-design-editor
v0.0.4
Published
This is a canvas like application that allows users to create and update images with MidJourney's abd Stable Diffusion endpoints
Downloads
11
Readme
Design Editor
This is a canvas like application that allows users to create and update images with MidJourney's abd Stable Diffusion endpoints
How to start
Install dependencies, currently using npm, but other package managers should work too.
npm i
Start the project on development mode
npm run dev
Environment Variables
Create a .env file in the root of the project and add the following environment variables:
VITE_APP_GOAPI_KEY=your GoAPI API key here
Run Backend
Link to backend: https://github.com/rzavala1989/canvas-python-backend
Contribution
Feel free to contribute by opening issues with any questions, bug reports or feature requests.