You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@neume-network we're dealing with many different formatted ipfs URIs ranging from all the sorts you're handling in your library
It's already useful that there is a library that can determine if something is an ipfs link or not, so that's great
but additionally, if we were able to extract a valid CID from that link it'd be even better
Sadly though, instead of returning the raw hash itself as the match for a CID, isIpfs returns a boolean as a result of isCID and so: Yes we know that something is an ipfs link but not which fragment is the hash:
isIpfs
returns a boolean as a result ofisCID
and so: Yes we know that something is an ipfs link but not which fragment is the hash:is-ipfs/src/index.js
Line 122 in 393859a
The text was updated successfully, but these errors were encountered: