E.Target.Value to Image URL em JavaScript

const imgURL = URL.createObjectURL(e.target.files[0]
ashirbad-panigrahi