UNPKG

@prescott/geo-pattern

Version:

Create beautiful generative geometric background images from a string.

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