Rather than a script element in the HTML, it would be helpful to be able to import as a module. For example: ``` import {Engine, Render, Bodies, Composite} from "./matter.min.js"; // or import Matter from "./matter.min.js"; ``` Is this already possible? If not, is it something worth adding?