0

Which npm module do I have to install to use the code below in my react app?

$(window).stellar()

Tried multiple solutions but still nothing works, and issue is quite simple

VanDavv
  • 836
  • 2
  • 13
  • 38

1 Answers1

1

npm install --save markdalgleish/stellar.js#v0.6.2

Source: https://github.com/markdalgleish/stellar.js/issues/130

Andy Noelker
  • 10,949
  • 6
  • 35
  • 47