This is a custom editor.
<script src="assets/editor.js"> </script>
Usage:
<div style="display: none;background-color: rgba(224, 230, 38, 0.3); width: 30px; height: 30px; border-radius: 50%;" id="cursor"> </div>
<script>
Cursor.enable({
speed: 0.5,
element: document.getElementById("cursor"),
hideCursor: true
});
</script>