node-genisoimage
v1.0.1
Published
A port of genisoimage to Node.js using Emscripten and WebAssembly
Downloads
26
Maintainers
Readme
node-genisoimage
A port of genisoimage to Node.js using Emscripten and WebAssembly
Overview
Adds a port of genisoimage
named node-genisoimage
to the Node.js path, which can be used the same as the original CLI.
The package also exports the path to the genisoimage JavaScript module which can be programmatically executed with the Node.js binary.
Bugs
If you find a bug or have compatibility issues, please open a ticket under issues section for this repository.
License
Licensed under GNU General Public License v2.0 or later.
Source files under emscripten and genisoimage retain their original licenses.
The data files package.json
, package-lock.json
, index.ts
, index.js
, and index.d.ts
can be considered Public Domain or CC0.