Created
January 9, 2020 12:31
-
-
Save alexey-kar/de712e6f38c348b55e39bd2676356e9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d3.xml(URL.createObjectURL(new Blob([this.file]))).then(x => { | |
console.log(x); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment