-1

I'm wondering if someone can help me find version 0.6.0 of KaboomJS. i looked for the kaboom files for awhile now and i could not find this specific version

Ahmed Tawfik
  • 159
  • 2
  • 5

1 Answers1

-1

You could try using npm:

npm install kaboom@version

(replacing version with the desired version)

According to the docs, you'll also need to bundle it to use it: https://kaboomjs.com/doc/setup

Or you could look for the version you want on their releases page: https://github.com/replit/kaboom/tags

However, I can't seem to find version 0.6.0 anywhere. Are you looking for v2000.0.0 instead?

CoderMuffin
  • 519
  • 1
  • 10
  • 21