Skip to content

Commit

Permalink
resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
rejth committed Jun 2, 2024
1 parent fc37501 commit 430ad25
Show file tree
Hide file tree
Showing 10 changed files with 132 additions and 63 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
dist
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx lint-staged
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

## Possible improvements

1. Don't scale images in `drawImage()`. Cache various image sizes on an offscreen canvas when loading instead of constantly scaling them in `drawImage()`.
2. Mobile friendliness.
1. Don't scale images in `drawImage()`. \
Cache various image sizes on an offscreen canvas when loading instead of constantly scaling them in `drawImage()`.

## Current technical issues

Expand Down Expand Up @@ -42,7 +42,7 @@ But this does not work, because the `render` function has a `doSomething` functi
<ColorDropper useWorker>
<Layer
render={({ context }) => {
doSomething(variable)
doSomething(variable);
}}
/>
</ColorDropper>
Expand Down
Loading

0 comments on commit 430ad25

Please sign in to comment.