bsync-client
Allows downloading of files referenced by a http/https URI inside a couchdb/pouchdb record. The plugin works for cordova and electron projects.
Usage
In cordova projects
In electron projects
Within the main process bsync needs to be integrated an initiated.
import {Bsync} from 'bsync';
Bsync.init(ipcMain, filePath);