Returns a unique md5 hash identifying the image that can be used for cache busting.

await imoen.hash(target)

Examples

const hash = await imoen.hash('./picture.png');
const url = `http://www.pixelastic.com/picture.png?hash=${hash}`