UNPKG

scroll-img-motion

Version:

A library for smooth scroll-triggered image transitions

9 lines 390 B
import type { RefObject } from 'react'; import type { Bitmap } from './bitmap-utils'; export declare function drawImageOnCanvas(canvasRef: RefObject<HTMLCanvasElement | null>, image: Bitmap | undefined, cssSize: { width: number; height: number; }, lastDrawnIndexRef?: { current: number | null; }, indexForGuard?: number): void; //# sourceMappingURL=draw-image-on-canvas.d.ts.map