UNPKG

@prescott/geo-pattern

Version:

Create beautiful generative geometric background images from a string.

5 lines (4 loc) 106 B
import { Seed } from "./seed"; export interface Adapter { createSeed(value: string): Promise<Seed>; }