UNPKG

react-nice-scroll

Version:

A React library to smooth scroll and scroll-based animations.

4 lines (3 loc) 267 B
export declare const preloadImage: (src: string) => Promise<unknown>; export declare const preloadImages: (urls: string[]) => Promise<unknown[]>; export declare const calcDrawImage: (ctx: CanvasRenderingContext2D, image: any, left?: number, top?: number) => void;