Skip to content

Function: parseGIfTISurface()

ts
function parseGIfTISurface(xmlString, domParser?): ParsedSurfaceData;

Defined in: src/loaders.ts:113

Parse GIfTI surface format (.gii)

Parameters

xmlString

string

domParser?

() => DOMParser

Returns

ParsedSurfaceData

Released under the MIT License.