UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

9 lines (6 loc) 140 B
import chalk from 'chalk' function die(message) { console.error(`\n😵 ${chalk.red(message)}`) process.exit(1) } export default die