I’m new to Babylon and I’m currently following the tutorial here. However, I have a few doubts regarding importing the babylon.js files. Should I install them using NPM and import
them in my index.ts
or should I just use the CDN imports in the HTML?
Also, If I use the CDN imports, will I have to download the type definitions for all Babylon packages that I need to use?