Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
MAC_Project1
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
오윤석
2021-05-23 20:46:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2abcaa7d3ec80717714e01c65b53f0113903f78c
2abcaa7d
1 parent
f00acdde
set default params
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/gif-generator/src/index.js
src/gif-generator/src/index.js
View file @
2abcaa7
...
...
@@ -18,7 +18,8 @@ export class GifGenerator {
height
:
this
.
height
,
transparent
:
null
,
repeat
:
0
,
setQuality
:
10
,
workers
:
8
,
setQuality
:
20
,
});
Object
.
keys
(
this
.
events
).
map
((
event
)
=>
{
...
...
Please
register
or
login
to post a comment