UNPKG

@prezly/theme-kit-core

Version:

Data layer and utility library for developing Prezly themes with JavaScript

6 lines (5 loc) 209 B
/** * @param uuid UUID of the assets hosted on Uploadcare * @returns Full asset URL that can be used as a source for <img>, <video> and <a> tags. */ export declare function getCdnUrl(uuid: string): string;