h1emu-zone2json
TypeScript icon, indicating that this package has built-in type declarations

1.3.4 • Public • Published

h1emu-zone2json

Based on https://github.com/psemu/forgelight-zone

Read and write .zone files for H1emu

Installing

npm install h1emu-zone2json

Usage

import { readZone, writeZone } from "h1emu-zone2json";
import fs from "fs";
const z1_json = readZone(fs.readFileSync("./Z1.zone"), 0);
fs.writeFileSync("./myzone.zone", JSON.stringify(writeZone(z1_json)));

Dependents (0)

Package Sidebar

Install

npm i h1emu-zone2json

Weekly Downloads

5

Version

1.3.4

License

MIT

Unpacked Size

24.8 kB

Total Files

6

Last publish

Collaborators

  • quentingruber