Skip to content

Commit

Permalink
🎨 rename data -> base64
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Mar 24, 2018
1 parent ee6295e commit 48f57cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/my-command.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ export default function(context) {
shouldKeepAround: true,
resizable: false,
handlers: {
render(data) {
render(base64) {
const image = new sketch.Image({
image: {
base64: data,
base64,
},
parent: page,
})
Expand Down

0 comments on commit 48f57cf

Please sign in to comment.