1.0.7 • Published 6 years ago

notzer.ntz2icml v1.0.7

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

Notzer → ntz2icml

Convert a Notzer-File to a ICML-File (InCopy/InDesign).

install

npm install notzer.ntz2icml --save

usage

var fs = require("fs");
const ntz2icml = require("notzer.ntz2icml");

let ntz = fs.readFileSync("./data/index.ntz.json");
ntz = JSON.parse(ntz);

// parse ntz to icml
let ntz2icml = new Ntz2icml();

fs.writeFileSync("./data/index.icml", ntz2icml.convert(ntz));

Infos

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago