Engine for jsFile library to read the files as simple plain-text documents
npm install jsfile-txtjsFile-txt package very easily using NPM. After
$ npm install jsfile-txt
``
$3
You can clone the whole repository with Git:
``
$ git clone git://github.com/jsFile/jsFile-txt.git
``
$3
Also you can download the latest release of TXT engine and include built files to your project.
##Usage
``js
import JsFile from 'JsFile';
import JsFileTxt from 'jsfile-txt';
const jf = new JsFile(file, options);
``
file - a plain-text file. You may find information about options and jsFile` in documentation