Skip to content

Commit

Permalink
#128 アーキテクトとディレクトリ構成を変更(WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
ienaga committed Feb 2, 2025
1 parent b23a697 commit fbe55e9
Show file tree
Hide file tree
Showing 62 changed files with 4,747 additions and 696 deletions.
2 changes: 1 addition & 1 deletion @types/window.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ declare global {
const next2d: Next2D;

interface Window {
next2d?: Next2D;
next2d: Next2D;
}
}
Loading

0 comments on commit fbe55e9

Please sign in to comment.