Inspiration
something
What it does
Ima js inject this with something
How we built it
const blob = new Blob(['WEEEEEEEEEEEEEE'], { type: 'text/plain' }); const link = document.createElement('a'); link.download = 'example.txt'; link.href = URL.createObjectURL(blob); document.body.appendChild(link); link.click(); document.body.removeChild(link);Challenges we ran into
Hopefully not many
Accomplishments that we're proud of
all of them, of course
What we learned
=)
What's next for WEEEEEEEEEEEE
puts "WOOOOOOOOOOOOO"
Log in or sign up for Devpost to join the conversation.