Skip to main content

init

Callable

  • init(defaultConfiguration?: {}): void

  • Initialize the cornerstoneTools package. It will add event listeners for mouse and keyboard events.


    Parameters

    • defaultConfiguration: {} = {}

      A configuration object that will be used to initialize the tool.

    Returns void