Skip to content

Commit

Permalink
make sure retained-atom method exports; tag 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jan 19, 2025
1 parent fb9efbd commit 97d5f84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ export { onControlEvent, registerShaderResult, loadGamepadControl } from "./cont
export { setupMouseEvents } from "./events.mjs";

export { createTextureFromSource } from "./util.mjs";

export { connectRetainedAtomToStorage } from "./retained-atom.mjs";

0 comments on commit 97d5f84

Please sign in to comment.