Files
klz-cables.com/.pnpm-store/v10/files/96/d9739d8b7f040479e3ce2cf420d10e3800dee08ef56e0b3d1fef248318cf6cae8960b1d7864161113aa5b8340d0ad76f939cc31e68e26f72fbb3c8f609eb1f
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

9 lines
342 B
Plaintext

import type { Metadata as SharpMetadata } from 'sharp';
/**
* Used to extract height from images, animated or not.
*
* @param sharpMetadata - the sharp metadata
* @returns the height of the image
*/
export declare function extractHeightFromImage(sharpMetadata: SharpMetadata): number;
//# sourceMappingURL=extractHeightFromImage.d.ts.map