const circle = new DirectionAwareShadow({
  target: '.circle',
  blur: 30,
  spread: 0,
  offset: .8,
  color: 'rgba(79, 1, 119, 0.46)',
  inset: false,
  reverse: false
});

circle.init();