react-dnd-crop
Version:
React custom Drag and drop with Cropper
21 lines (20 loc) • 461 B
HTML
<html>
<head>
<title>React Custom Dnd With Cropper</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<script
src="https://kit.fontawesome.com/ae428c1235.js"
crossorigin="anonymous"
></script>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</html>