15 lines
662 B
JavaScript
15 lines
662 B
JavaScript
|
|
/* clo, a typesetting engine, generated JS file*/
|
|
/* CLO: beginning of head*/
|
|
|
|
let cloLib = require("./src/libclo/index.js");
|
|
let clo = new cloLib.Clo();
|
|
|
|
/* CLO: end of head*/
|
|
|
|
/* CLO: beginning of middle part*/
|
|
clo.mainStream = /* CLO: end of middle part*/
|
|
[`In`, ` `, `the`, ` `, `beginning`, ` `, `was`, ` `, `the`, ` `, `Word,`, ` `, `and`, ` `, `the`, ` `, `Word`, ` `, `was`, ` `, `with`, ` `, `God,`, ` `, `and`, ` `, `the`, ` `, `Word`, ` `, `was`, ` `, `God.`, ` `, `The`, ` `, `same`, ` `, `was`, ` `, `in`, ` `, `the`, ` `, `beginning`, ` `, `with`, ` `, `God.`, ` `];
|
|
/* CLO: beginning of end part*/
|
|
clo.generatePdf();
|
|
/*CLO : end of end part*/
|