module:extras/tga

Back to documentation index.

module:extras/tga()

The extras/tga.js module. To import all symbols in this module, either of the following can be used:

import * from "extras/tga.js";
// -- or --
import * as CustomModuleName from "extras/tga.js";

Methods

(static) module:extras/tga.loadTga(data)

TODO: Not documented yet.

Parameters

Return Value

Return value. (Type: *)

Back to documentation index.