Skip to content

Fix picture conversion function in README#149

Open
csandman wants to merge 1 commit intoaadsm:masterfrom
csandman:csandman/readme-edits
Open

Fix picture conversion function in README#149
csandman wants to merge 1 commit intoaadsm:masterfrom
csandman:csandman/readme-edits

Conversation

@csandman
Copy link

There were two issues I noticed when I copied over the example conversion function from ArrayBuffer to Base64 data url.

First, the i index variable is declared as a const when it should be a let.

Second, the data variable is being destructured from the picture tag but never used.

Both of these typos are fixed in this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant