Skip to content

Commit

Permalink
Update TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Jun 4, 2016
1 parent 0c6ac1a commit 3c9546c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/fromblob.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,4 @@ exports.main = main = () ->
console.log 'ipfs hash: ', block.Key
.catch (e) ->
console.error e
console.error e.stack if e.stack
process.exit 1

# FIXME: create the reverse tool, ipld-image-toblob
# given an IPFS hash of image IPLD
# fetch and deserialize the Image object
# fetch all the tiles
# assemble a PNG file blob from the file

0 comments on commit 3c9546c

Please sign in to comment.