I have been trying to include Cannon and Ammo physics engines as part of my project, but so far I have troubles getting it to work. I have tried installing kripken/ammo.js but that won’t show up. The errors I got are along the lines of:
‘Ammo is not defined’
‘Cannon is not defined’
Has anyone managed to get Cannon/Ammo working with Typescript on Node/NPM?