UNPKG

profile-picture-generator

Version:

FridaysForFuture profile picture generator

9 lines (7 loc) 159 B
import { Ctx } from "../clientGenerator"; export type LayerDrawer<T> = ( ctx: Ctx, layer: T, width: number, height: number ) => Promise<void> | void;