How to load image such as dicomweb://192.168.1.8:8000/1.dcm

I found many examples of loading image from the wado server in the examples, but I did not find a column similar to
"cornerstone-wado-image-loader "
that can load such as “dicomweb://192.168.1.8:8000/1.dcm”. How can such image be loaded in cornerstone3D?

refer to below code but look forward to an easier solution -

fetch(‘http://xxxx/xx.dcm’, {mode: ‘no-cors’})
.then(response => response.blob())
.then(blob => {
const imageId = cornerstoneDICOMImageLoader.wadouri.fileManager.add(blob);
… // refer to examples from here

})

You need to use dicom json for these