Skip to main content

Installation

NPM

You can install Cornerstone3D, Cornerstone3DTools, and StreamingImageVolumeLoader using npm. You can install the latest version of the packages by running:

npm install @cornerstonejs/core
npm install @cornerstonejs/tools
npm install @cornerstonejs/streaming-image-volume-loader

If you are using Yarn, you can install the packages by running:

yarn add @cornerstonejs/core
yarn add @cornerstonejs/tools
yarn add @cornerstonejs/streaming-image-volume-loader