UNPKG

@dank-inc/sketchy

Version:

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

2 lines (1 loc) 39 B
export type Vec2<T = number> = [T, T];