UNPKG

koishi-plugin-novelai

Version:

Generate images by diffusion models

11 lines (10 loc) 321 B
import { Context } from 'koishi'; import { Config } from './config'; export * from './config'; export declare const reactive = true; export declare const name = "novelai"; export declare const inject: { required: string[]; optional: string[]; }; export declare function apply(ctx: Context, config: Config): void;