feat: Add resize-rotate-node pkg

This commit is contained in:
Braks
2022-05-22 22:46:47 +02:00
parent 796aeaa139
commit 66312b5d4b
17 changed files with 669 additions and 13 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>🌊 Vue Flow</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/example/main.ts"></script>
</body>
</html>