Switch to rollup for bundling
This commit is contained in:
parent
fc8d282509
commit
cfe9c55c9a
16 changed files with 131 additions and 7 deletions
|
@ -0,0 +1,10 @@
|
|||
import * as gui from '../gui/index.mjs';
|
||||
|
||||
export function render() {
|
||||
|
||||
}
|
||||
|
||||
export function renderFrame(frame) {
|
||||
context.fillStyle = '#eb9';
|
||||
context.fillRect(frame.x, frame.y, frame.w, frame.h);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue