nftgen 0.0.4 copy "nftgen: ^0.0.4" to clipboard
nftgen: ^0.0.4 copied to clipboard

outdated

NFT unique image generator and metadata analyzer, available as package and CLI.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nftgen

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  nftgen: ^0.0.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nftgen/config.dart';
import 'package:nftgen/io.dart';
import 'package:nftgen/nft.dart';
import 'package:nftgen/rarity.dart';
import 'package:nftgen/streamprint.dart';
1
likes
0
points
34
downloads

Publisher

verified publishernovelplotter.com

Weekly Downloads

NFT unique image generator and metadata analyzer, available as package and CLI.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, crypto, image, io, path

More

Packages that depend on nftgen