UNPKG

@prescott/geo-pattern

Version:

Create beautiful generative geometric background images from a string.

11 lines (10 loc) 258 B
import { Background } from "./background"; import { Structure } from "./structure"; export declare class Pattern { background?: Background; structure?: Structure; width: number; height: number; toSVG(): string; toDataURL(): string; }