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-04-10 16:20:02 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ecbbbfc822180f68f92ca3f68f385f6d3fda9d19
ecbbbfc8
1 parent
dcb761e7
gif.js 의존성 제거
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
gif-generator/examples/tui/index.html
gif-generator/examples/tui/index.html
View file @
ecbbbfc
...
...
@@ -39,7 +39,6 @@
<script
type=
"text/javascript"
src=
"./tui-image-editor.js"
></script>
<script
type=
"text/javascript"
src=
"./black-theme.js"
></script>
<script
type=
"text/javascript"
src=
"../../dist/gif-generator.js"
></script>
<script
type=
"text/javascript"
src=
"./gif.js"
></script>
<script>
// Image editor
var
imageEditor
=
new
tui
.
ImageEditor
(
"#tui-image-editor-container"
,
{
...
...
Please
register
or
login
to post a comment