UNPKG

@dank-inc/sketchy

Version:

A Super-dank sketching library built with ♥ and typescript!

5 lines (4 loc) 264 B
import { SketchConfig, SketchyParams } from './types'; import { Vec2 } from './types/common'; export declare const createCanvas: (el: HTMLElement, dimensions?: Vec2) => HTMLCanvasElement; export declare const createParams: (config: SketchConfig) => SketchyParams;