UNPKG

esm-potrace-wasm

Version:

A modern ESM build of the Potrace library for use in the browser.

6 lines (5 loc) 153 B
export function potrace( imageBitmapSource: ImageBitmapSource, options: Object ): Promise<string | string[]>; export function init(): Promise<void>;