Skip to content

v13.3.1

Choose a tag to compare

@github-actions github-actions released this 08 Jan 01:26
v13.3.1
b19d277

itk.js v13.3.1

itk.js combines Emscripten and ITK to enable high-performance spatial analysis in a JavaScript runtime environment.

itk.js provides tools to a) build C/C++ code to JavaScript (asm.js) and WebAssembly, b) bridge local filesystems, native JavaScript data structures, and traditional file formats, c) transfer data efficiently in and out of the Emscripten runtime, and d) asynchronously execute processing pipelines in a background thread. itk.js can be used to execute ITK, VTK or arbitrary C++ codes in the browser or on a workstation / server with Node.js.

Installation

npm install itk

Usage

For more information, see the itk.js documentation.

13.3.1 (2021-01-08)

Bug Fixes

  • deps: Bump axios version for SSRF vulnerability fix (1b703f4)

Features

  • version: Bump NPM version to 13.3.1 (b19d277)