UNPKG
@fugitivesclub/nft-cli
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
This CLI allow you to mint your NFT's
github.com/Fugitives-Club/nft-cli.git
Fugitives-Club/nft-cli
@fugitivesclub/nft-cli
/
dist
/
utils
/
constants.js
5 lines
(4 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
allowedExtensions
=
void
0
;
exports
.
allowedExtensions
=
new
Set
([
'.json'
,
'.png'
,
'.jpeg'
,
'.jpg'
]);