Interface: ChafaFactory()
May 29, 2025 ยท View on GitHub
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>