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.
Since
Identicon.image()returns an ImageBuffer, and you have to have theimagepackage to convert that into a useable file, it's really part of your public interface. It'd be nice ifidenticonwould export it with apub use imageso that users don't have to manage their own dependency on the library.