Skip to content

Commit

Permalink
Update 2d.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinten authored Aug 10, 2024
1 parent 8b05d51 commit f90f42d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/canvas/2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ let {on, off, once, emit, last} = events();
let canvas = document.createElement('canvas');
let ctx = canvas.getContext('2d');
document.body.appendChild(canvas);
document.title = location.pathname;

let resize = e => {
let { vw, vh, vc } = e;
Expand Down

0 comments on commit f90f42d

Please sign in to comment.