@bitpatty/imgproxy-url-builder
Version:
A TypeScript helper library for building imgproxy URLs
10 lines (9 loc) • 318 B
TypeScript
/**
* Returns a raw unprocessed and unchecked source image
*
* See https://github.com/imgproxy/imgproxy/blob/f95f57bb4df35c69ae2257958006ef54b1c1d8c7/docs/generating_the_url.md#raw for the imgproxy documentation
*
* @returns The raw param string
*/
declare const raw: () => string;
export default raw;