Skip to content

Commit

Permalink
use large image
Browse files Browse the repository at this point in the history
  • Loading branch information
rejth committed May 21, 2024
1 parent e12a99e commit 5c5b463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/ColorDropper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
onMount(async () => {
const image = new Image();
image.src = 'images/leaves.jpg';
image.src = 'images/texture.jpg';
image.onload = async () => {
const imageBitmap = await createImageBitmap(image);
Expand Down

0 comments on commit 5c5b463

Please sign in to comment.