export type WatermarkConfig = {
  img: string;
  url: string;
  placement?: string;
  timeout?: number;
};
