Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 441 Bytes

ChafaFactory.md

File metadata and controls

21 lines (11 loc) · 441 Bytes

chafa-wasm


chafa-wasm / ChafaFactory

Interface: ChafaFactory()

A factory function that returns a promise that resolves to a ChafaModule object.

ChafaFactory(moduleArg?): Promise<ChafaModule>

A factory function that returns a promise that resolves to a ChafaModule object.

Parameters

moduleArg?

Returns

Promise<ChafaModule>