UNPKG

itk-wasm

Version:

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

8 lines (5 loc) 161 B
import path from 'path' function packageToBundleName(packageName) { return path.basename(packageName.replace('@', '-')) } export default packageToBundleName