Skip to main content

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

ParameterType
opts?InitAutumnPlotOpts

Returns

void