Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design2
/
2016104137
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
유희정
2020-06-09 18:14:30 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
be53b358e9ea06751fe3c43b49c5168a4fb2d415
be53b358
1 parent
4f5d6432
require dialog
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
source/forensic_tool/main.js
source/forensic_tool/main.js
View file @
be53b35
const
{
app
,
BrowserWindow
,
ipcMain
}
=
require
(
'electron'
)
const
{
app
,
BrowserWindow
,
ipcMain
,
dialog
}
=
require
(
'electron'
)
const
path
=
require
(
'path'
)
const
url
=
require
(
'url'
)
const
vision
=
require
(
'@google-cloud/vision'
);
...
...
Please
register
or
login
to post a comment