Skip to content

Commit

Permalink
Export MIDI and DOM helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Feb 27, 2024
1 parent 429689e commit 1bae9d8
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 13 deletions.
110 changes: 101 additions & 9 deletions dist/winter.js

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

8 changes: 4 additions & 4 deletions dist/winter.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/scripts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
export const VERSION = "head";

export * as Teeth from "./teeth";
export { MIDI } from "./audio/midi";
export * as DOM from "./base/dom";
export { WinterAudioPlayerElement } from "./components/audio-player";
export { WinterCarouselElement } from "./components/carousel";
export { WinterIconElement } from "./components/icon";
Expand Down

0 comments on commit 1bae9d8

Please sign in to comment.