Skip to content

H1emu/h1emu-zone2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published