usfm-parser
0.1.6 • Public • Published
usfm-parser
This library takes in USFM text, and outputs it into a JSON format.
It also takes JSON formatted scripture and outputs it into USFM.
Setup
npm install usfm-parser
Usage
var usfm = require('usfm-parser');
var toJSON = usfm.toJSON();
var toUSFM = usfm.toUSFM(toJSON);
Package Sidebar
Install
Weekly Downloads