UNPKG

@kwiz/common

Version:

KWIZ common utilities and helpers for M365 platform

3 lines (2 loc) 288 B
/** if the file is in SharePoint, provide a siteRelativeUrl so that we can get the file value via REST api to avoid CORS error when accessing a file on the site from within the app web */ export declare function imageToBase64(imageSrc: string, siteRelativeUrl?: string): Promise<string>;