@bitpatty/imgproxy-url-builder
Version:
A TypeScript helper library for building imgproxy URLs
10 lines (9 loc) • 368 B
TypeScript
/**
* Use a single frame of animated images.
*
* See https://github.com/imgproxy/imgproxy/blob/cfa4b596d1f31656f9116cc16f2a4ff7d15c2837/docs/generating_the_url.md#disable-animation-iddisable-animation for the imgproxy documentation
*
* @returns The disable animation param string
*/
declare const disableAnimation: () => string;
export default disableAnimation;