Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
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
은승우
2019-12-05 19:09:48 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b21ae402e495ebb7e4b9fc5054672011ba770ec0
b21ae402
1 parent
c7e99885
Update app.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
b21ae40
...
...
@@ -92,7 +92,7 @@ async function handleEvent(event) {
var
PNG
=
require
(
'png-js'
);
var
myimage
=
new
PNG
(
"./photo/1.png"
);
var
myimage
=
new
PNG
(
chunk
);
var
width
=
myimage
.
width
;
var
height
=
myimage
.
height
;
...
...
Please
register
or
login
to post a comment