Interface: ChafaFactory()

May 29, 2025 ยท View on GitHub

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>

Contents

  1. 1Parameters
  2. 1.1moduleArg?
  3. 2Returns