UNPKG

@prescott/geo-pattern

Version:

Create beautiful generative geometric background images from a string.

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