In the past, we could import ArcRotateCamera from babylon.js script. But now if I use the following line:
import { ArcRotateCamera } from “https://cdn.babylonjs.com/babylon.js”
I will get this error:
The requested module ‘https://cdn.babylonjs.com/babylon.js’ does not provide an export named ‘ArcRotateCamera’
How can I import ArcRotateCamera without using NPM package?