Skip to content

Commit

Permalink
Fix opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
HashLips committed Oct 19, 2021
1 parent 9ccc612 commit 7b7ba01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const layerConfigurations = [
name: "Eye color",
options: {
blend: MODE.destinationIn,
opcacity: 0.2,
opacity: 0.2,
displayName: "Awesome Eye Color",
},
},
Expand Down

0 comments on commit 7b7ba01

Please sign in to comment.