electron-fs-extra

1.0.0 Public • Published

electron-fs-extra

use fs-extra at electron render process

how to use

the same with fs-extra

import fs from 'electron-fs-extra';
 
async readFile(filePath) {
  return await fs.readFile(filePath)
}
 
readFile(filePath);

must install fs-extra first at project