Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Loading through a script tag misses many exports #280

@eliemichel

Description

@eliemichel

If I try to simply include microformats using the script tag provided in the readme, I can only get CID, bytes, digest, hasher and varint:

<script src="https://unpkg.com/multiformats/dist/index.min.js"></script>
<script>
console.log(Multiformats);
</script>

image

Either the README misses something, or the dist/index.min.js does! For instance how can I get codecs from multiformats/codecs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions