metaplex-foundation / js-deprecated

Deprecated Metaplex JavaScript SDK
https://metaplex-foundation.github.io/js/
MIT License
128 stars 77 forks source link

chore: add exports #154

Closed exromany closed 2 years ago

exromany commented 2 years ago

allow to import action directly

import { mintNFT } from '@metaplex/js';
aheckmann commented 2 years ago

-1 on mixing it all into one global export. the namespaces keep it clear to developers what is what