UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

12 lines (10 loc) 244 B
export interface CreateWatermarkPropsInterface { content: string fontColor: string fontSize: string width: number height: number } export interface CreateBase64Interface { (props: createBase64NeedWatermarkPropsInterface): string }