@gui-chat-plugin/set-image-style
v0.1.1
Published
Set image style modifier plugin for GUIChat
Readme
@gui-chat-plugin/set-image-style
A set-image-style plugin for MulmoChat.
Overview
This plugin allows users to configure the image generation style (realistic, anime, cartoon, etc.) that will be used by the image generation plugin.
Installation
yarn add @gui-chat-plugin/set-image-styleUsage
Vue Implementation (for MulmoChat)
// In src/tools/index.ts
import SetImageStylePlugin from "@gui-chat-plugin/set-image-style/vue";
const pluginList = [
// ... other plugins
SetImageStylePlugin,
];
// In src/main.ts
import "@gui-chat-plugin/set-image-style/style.css";Core Only (Framework-agnostic)
import { pluginCore, TOOL_NAME } from "@gui-chat-plugin/set-image-style";Package Exports
| Export | Description |
|--------|-------------|
| @gui-chat-plugin/set-image-style | Core (framework-agnostic) |
| @gui-chat-plugin/set-image-style/vue | Vue implementation |
| @gui-chat-plugin/set-image-style/style.css | Tailwind CSS styles |
Test Prompts
- "Set the image style to anime"
- "Change the image generation style to realistic"
- "I want cartoon-style images"
- "Use photorealistic style for images"
Development
yarn install
yarn dev # Start dev server
yarn build # Build
yarn typecheck # Type check
yarn lint # LintLicense
MIT
