Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <style>
      #container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 110vh;
      }
      #draggableDiv {
        width: 100px;
        height: 100px;
        background-color: red;
        cursor: grab;
        user-select: none;
      }
      #konvaContainer {
        border: 1px solid black;
      }
    </style>
<meta name="description" content="Konva demo">
  <script src="https://unpkg.com/konva@^2/konva.min.js"></script>
  <meta charset="utf-8">
</head>
<body>
  <div id="container">
    <div id="draggableDiv" draggable="true">Drag me</div>
      <div id="konvaContainer"></div>
  </div>
</body>
</html>
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers