daisy-resources

0.1.0 • Public • Published

daisy-resources

Get a data representation of a DAISY 2.02 book from parsing its files

Examples

var resources = require('daisy-resources');
 
var book = resources('./path/to/book');
book.getFlow(function(err, flow) {
  // Do something with the DAISY flow
});
 
book.getSmil(function(err, smilFiles) {
  // Do something with your list of SMIL files
});

/daisy-resources/

    Package Sidebar

    Install

    npm i daisy-resources

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • saebekassebil