UNPKG

rough-native

Version:

Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance. Features comprehensive React hooks, memory management, and React 18 concurrent rendering support.

7 lines (6 loc) 147 B
export declare function randomSeed(): number; export declare class Random { private seed; constructor(seed: number); next(): number; }