Skip to content

Commit

Permalink
docs: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Oct 31, 2023
1 parent 89adc86 commit 65c9632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const image = new Image();
image.crossOrigin = 'anonymous';

image.addEventListener('error', () => {
setLoading(false);
console.error('image load error');
});

image.addEventListener('load', () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const image = new Image();
image.crossOrigin = 'anonymous';

image.addEventListener('error', () => {
setLoading(false);
console.error('image load error');
});

image.addEventListener('load', () => {
Expand Down

0 comments on commit 65c9632

Please sign in to comment.