UNPKG

@prescott/geo-pattern

Version:

Create beautiful generative geometric background images from a string.

7 lines (6 loc) 209 B
import { SVGNode } from "../svg"; import { StructureComposer } from "./base"; export declare class PlaidComposer extends StructureComposer { readonly name = "plaid"; protected generate(): SVGNode[]; }