#1341·matter-js

Possibility of ES6 module support?

Author: RosuavCreated Apr 21, 2025Updated Aug 12, 2025

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?