|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | + <head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | + <link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16"> |
| 9 | + <title>tui-image-editor | CoCreateJS</title> |
| 10 | + |
| 11 | + <link rel="stylesheet" href="https://uicdn.toast.com/tui-image-editor/latest/tui-image-editor.css" /> |
| 12 | + |
| 13 | + <style> |
| 14 | + .tui-image-editor-header-logo { |
| 15 | + display: none!important; |
| 16 | + } |
| 17 | + |
| 18 | + .tui-image-editor-header-buttons { |
| 19 | + display: none!important; |
| 20 | + } |
| 21 | + </style> |
| 22 | + </head> |
| 23 | + |
| 24 | + <body> |
| 25 | + <div id="modal-viewport" class="hidden"></div> |
| 26 | + <!-- Navbar --> |
| 27 | + <nav class="nav display:flex align-items:center background:whitesmoke" main-content_id="content" scroll="sticky-nav, hide-nav" scroll-up="5" scroll-down="5"> |
| 28 | + |
| 29 | + <!-- Horizontal Scroll Nav/Tabs --> |
| 30 | + <ul class="display:inline-flex direction:rtl overflow:overlay font-size:20px align-items:center list-style-type:none width:100% height:50px"> |
| 31 | + |
| 32 | + <!-- Modal Controls --> |
| 33 | + <li class="margin-right:15px"><a class="btn-modal-close"><i class="fas fa-times"></i></a></li> |
| 34 | + <li class="margin-right:15px"><a class="btn-modal-maximize"><i toggle="fa-window-restore, fa-window-maximize" class="far fa-window-maximize"></i></a></li> |
| 35 | + <li class="margin-right:15px"><a class="btn-modal-minimize"><i class="far fa-window-minimize"></i></a></li> |
| 36 | + |
| 37 | + <!-- fullscreen toogle and icon transform--> |
| 38 | + <li class="margin-right:15px"><a fullscreen><i toggle="fa-compress, fa-expand" class="fas fa-expand"></i></a></li> |
| 39 | + |
| 40 | + <!-- Render Module Form --> |
| 41 | + <li class="margin-right:15px"> |
| 42 | + <a target="modal" href="../modules/form.html" modal-width="320px"> |
| 43 | + <i class="fas fa-cog"></i> |
| 44 | + <div pass-collection="modules" pass-document_id="5ff747727005da1c27274191" pass_to="form-fields"></div> |
| 45 | + <div pass-filter-value="5ff747727005da1c27274191" pass_to="module_id"></div> |
| 46 | + </a> |
| 47 | + </li> |
| 48 | + |
| 49 | + <!-- Render Code Editor --> |
| 50 | + <li class="margin-right:15px"> |
| 51 | + <a target="modal" href="../code-editor/index.html"> |
| 52 | + <i class="fas fa-code"></i> |
| 53 | + <div pass_id="render" pass-collection="files" pass-document_id="60ddfdbe14b5ab0c2dd2fdf5" pass-name="src" pass_to="code-editor"></div> |
| 54 | + </a> |
| 55 | + </li> |
| 56 | + |
| 57 | + <!-- Render Builder --> |
| 58 | + <li class="margin-right:15px"> |
| 59 | + <a target="modal" href="../builder/index.html"> |
| 60 | + <i class="fas fa-palette"></i> |
| 61 | + <div pass_id="render" pass-collection="" pass-document_id="" pass-name="" pass_to="builder"></div> |
| 62 | + </a> |
| 63 | + </li> |
| 64 | + </ul> |
| 65 | + </nav> |
| 66 | + |
| 67 | + <main main-content_id="content"> |
| 68 | + <div id="tui-image-editor"></div> |
| 69 | + </main> |
| 70 | + <script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script> |
| 71 | + |
| 72 | + </body> |
| 73 | + |
| 74 | +</html> |
0 commit comments