How to use the asar/lib/disk.readFilesystemSync function in asar

To help you get started, we’ve selected a few asar examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github CKarper / asar-fs / src / monkey.js View on Github external
constructor(archive) {
    _archFs = disk.readFilesystemSync(archive);
    this.archive = _archFs.src;
  }

asar

Creating Electron app packages

MIT
Latest version published 2 years ago

Package Health Score

55 / 100
Full package analysis

Similar packages