UNPKG

itk-wasm

Version:

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

5 lines (4 loc) 99 B
function snakeCase(kebabCase) { return kebabCase.replaceAll('-', '_') } export default snakeCase