@@ -0,0 +1,80 @@
+var cursoreffects = function(e) {
+ "use strict";
+ return e.ghostCursor = function(e) {
+ let t, i, n, o = e && e.element,
+ s = o || document.body,
+ h = window.innerWidth,
+ c = window.innerHeight,
+ l = {
+ x: h / 2,
+ y: h / 2
+ },
+ d = [],
+ r = new Image;