UNPKG

@yamabuki/koishi-plugin-pjsk-stamp-maker

Version:

koishi-plugin-pjsk-stamp-maker改版,使用skia-canvas替代koishi-plugin-canvas

11 lines (10 loc) 330 B
export declare const dependencyPjskDir: string; export interface Style { position: 'top' | 'bottom' | 'left' | 'right'; rotate: number; curve: boolean; textAlign: 'center' | 'left' | 'right'; textOrientation: 'horizontal' | 'vertical'; textScreenShare: number; } export declare const defaultStyle: object;