e.target.Value to Image URL en javascript

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