Skip to content

builden/electron-fs-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

use fs-extra at electron render process

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published