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);

Note

must install fs-extra first at project

$ yarn add fs-extra
 
# or 
$ npm install fs-extra -S

Readme

Keywords

none

Package Sidebar

Install

npm i electron-fs-extra

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • builden