Skip to content

Commit

Permalink
Fix octal numbers and add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ingenmaffen committed Sep 12, 2021
1 parent efdc7e9 commit 02687fb
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const createNsfPlayer = (audioContext) => {
export const createNsfPlayer = (audioContext) => {
// Messages are disabled. Feel free to handle them however you like.
const message = () => null;

Expand Down
66 changes: 33 additions & 33 deletions libgme/libgme.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02687fb

Please sign in to comment.