UNPKG

@prescott/geo-pattern

Version:

Create beautiful generative geometric background images from a string.

7 lines (6 loc) 188 B
import { PatternStore } from "./pattern-store"; export declare class PatternValidator { private store; constructor(store?: PatternStore); validate(patterns: string[]): void; }