everything
This commit is contained in:
parent
1e9abebfd3
commit
d592cef494
9 changed files with 619 additions and 539 deletions
|
|
@ -1,5 +1,3 @@
|
|||
// import Bitmap from './Bitmap.js'
|
||||
|
||||
function createCanvas(width = 0, height = 0) {
|
||||
const c = document.createElement('canvas')
|
||||
c.width = width === 0 ? window.innerWidth : width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue