Skip to content

Commit

Permalink
new tool: freeze image (=copy automatically dithered parts of the ima…
Browse files Browse the repository at this point in the history
…ge to manual pixel/attribute "sub-layers")
  • Loading branch information
arttu76 committed Dec 3, 2023
1 parent d9e5b02 commit baa3e29
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 120 deletions.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const App = () => {
el => (el as HTMLElement).style.height = `calc(100vh - ${toolbarHeight}px)`
);
}
}, 500);
}, 50);
}

window.addEventListener('resize', resize);
Expand Down
Loading

0 comments on commit baa3e29

Please sign in to comment.