UNPKG

@ftge/use-arena-screensaver

Version:

Use an are.na channel to create a screensaver when your website becomes idle.

7 lines (6 loc) 318 B
import { Image } from "../types"; export declare const IMAGE_MAX_WIDTH = 500; export declare const IMAGE_MIN_WIDTH = 200; export declare const IMAGE_MAX_HEIGHT = 700; export declare const IMAGE_MIN_HEIGHT = 300; export declare const imageToHtml: (image: Image, index: number, timeBetween: number) => HTMLImageElement;