Skip to content

Commit

Permalink
feat: Export more modules from core (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
jespertheend authored Sep 24, 2024
1 parent 1d4204e commit 4fb5c9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/mod.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export { Entity } from "./Entity.js";
export { Mesh } from "./Mesh.js";
export { MeshAttributeBuffer } from "./MeshAttributeBuffer.js";
export { Texture } from "./Texture.js";

0 comments on commit 4fb5c9b

Please sign in to comment.