UNPKG

@prescott/geo-pattern

Version:

Create beautiful generative geometric background images from a string.

7 lines (6 loc) 221 B
import { Adapter } from "../adapter"; import { Seed } from "../seed"; export declare class BrowserAdapter implements Adapter { createSeed(value: string): Promise<Seed>; } export declare const adapter: BrowserAdapter;