1.0.1 • Published 7 years ago

usfm-json v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Build Status npm npm

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');
//Convert from USFM to JSON
var toJSON = usfm.toJSON(/**USFM Text**/);
//JSON to USFM
var toUSFM = usfm.toUSFM(toJSON);
1.0.1

7 years ago

1.0.0

7 years ago