🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

itk-wasm

Package Overview
Dependencies
Maintainers
0
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

itk-wasm

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

1.0.0-b.188
latest
Source
npm
Version published
Weekly downloads
6.6K
26.72%
Maintainers
0
Weekly downloads
 
Created
Source

import fs from 'fs-extra' import path from 'path'

function dispatchPackageReadme(packageName, packageDescription, packageDir) { let readme = '' readme += # ${packageName}\n readme += \n[![PyPI version](https://badge.fury.io/py/${packageName}.svg)](https://badge.fury.io/py/${packageName})\n readme += \n${packageDescription}\n readme += \n## Installation\n \``sh pip install ${packageName} ``` ` const readmePath = path.join(packageDir, 'README.md') if (!fs.existsSync(readmePath)) { fs.writeFileSync(readmePath, readme) } }

export default dispatchPackageReadme

Keywords

itk

FAQs

Package last updated on 23 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts