Skip to content

Commit

Permalink
Merge pull request #7316 from SilasVM/dev-2.0
Browse files Browse the repository at this point in the history
Split contents of dom.js among four(4) files
  • Loading branch information
limzykenneth authored Oct 29, 2024
2 parents 54c31f9 + 8cc4f67 commit 82ac2af
Show file tree
Hide file tree
Showing 6 changed files with 3,938 additions and 3,833 deletions.
3 changes: 2 additions & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ import data from './data';
data(p5);

// DOM
import './dom/dom';
import dom from './dom';
dom(p5);

// events
import events from './events';
Expand Down
Loading

0 comments on commit 82ac2af

Please sign in to comment.