1.3.4 • Published 10 months ago

h1emu-zone2json v1.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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)));
1.3.4

10 months ago

1.3.3

10 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

1 year ago

1.2.1

2 years ago

1.2.0

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago