Function: initAutumnPlot()
initAutumnPlot(
opts?
):void
Defined in: index.ts:44
Initialize the WebAssembly module in autumnplot-gl. It's not strictly necessary to call it first, but if you call it first, you can prevent races when you contour a bunch of fields at once.
Parameters
Parameter | Type |
---|---|
opts? | InitAutumnPlotOpts |
Returns
void