Files
klz-cables.com/.pnpm-store/v10/files/5a/a21bbdf730718de48695bccb35996f8cf66eb627a96ec94aedf325e010f7f5cb434fe495f2229bf2dcbf0f1728a7494cb887e4d96c60e8d2558a2a71f682bb
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

3 lines
160 B
Plaintext

import { PixelCrop } from '..';
export declare function imgPreview(image: HTMLImageElement, crop: PixelCrop, scale?: number, rotate?: number): Promise<string>;