UNPKG

rext-image-editor

Version:

REXT is a client side image editor that uses GPU.

6 lines (5 loc) 112 B
export interface Log { log(msg: string): void; warn(msg: string): void; error(msg: string): void; }