Skip to content

Commit

Permalink
Fix CORS for armorColor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Feb 27, 2024
1 parent 7b09616 commit 54ca435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/armorColor/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ watch([sequence, canvasRef], ([sequence, canvasRef]) => {
)
// [[File:Leather Tunic (texture) JE4 BE3.png]]
img.src = 'https://minecraft.wiki/images/Leather_Tunic_(texture)_JE4_BE3.png?format=original'
img.crossOrigin = 'anonymous'
})
</script>
<template>
Expand Down

0 comments on commit 54ca435

Please sign in to comment.