Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Expose image package as a public export. #6

Open
NfNitLoop opened this issue Jul 29, 2021 · 1 comment
Open

Request: Expose image package as a public export. #6

NfNitLoop opened this issue Jul 29, 2021 · 1 comment

Comments

@NfNitLoop
Copy link
Contributor

Since Identicon.image() returns an ImageBuffer, and you have to have the image package to convert that into a useable file, it's really part of your public interface. It'd be nice if identicon would export it with a pub use image so that users don't have to manage their own dependency on the library.

@NfNitLoop
Copy link
Contributor Author

Alternatively, if most users are just exporting PNGs, then this is likely enough to allow them not to have to depend on image themselves:

NfNitLoop@b491c1f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant