2D Canvas Physics Library

I’m creating a game, and so does anyone know of a 2D physics library written in JavaScript that

  • DOES NOT HAVE ANGULAR MOMENTUM OR HAS THE ABILITY TO DISABLE ANGULAR MOMENTUM (required)
  • Is somewhat small (so e.g. something like matter.js isn’t for me because it’s SO big)
  • Has documentation (not required)
  • Preferably is easy to use (also not required)

Thank you!