UNPKG

@needle-tools/car-physics

Version:

Car physics for Needle Engine: Create physical cars with ease

9 lines 337 B
// Learn more about npm definition packages: // https://docs.needle.tools/npmdef export * from "./src/CarPhysics.js"; export * from "./src/CarWheel.js"; export * from "./src/CarController.js"; export * from "./src/CarSelection.js"; export * from "./src/constants.js"; export * from "./src/CarRadio.js"; //# sourceMappingURL=index.js.map