UNPKG

@prescott/geo-pattern

Version:

Create beautiful generative geometric background images from a string.

6 lines (5 loc) 139 B
export declare class Seed { private readonly seed; constructor(value: string); read(offset: number, length: number): number; }