export const domShow = function (singleArtefact = ZERO_STR) {
if (domShowRequired || singleArtefact) {
const myartefacts = requestArray();
if (singleArtefact && singleArtefact.substring) myartefacts.push(singleArtefact);
else {
domShowRequired = false;
myartefacts.push(...domShowElements);
domShowElements.length = 0;
}
let i, iz, art, el, style,
p, dims, w, h,
j, jz, items, keys, key, value;
const ignoreDpr = getIgnorePixelRatio();
const dpr = getPixelRatio();
for (i = 0, iz = myartefacts.length; i < iz; i++) {
art = artefact[myartefacts[i]];
if (art) {
el = art.domElement;
if (el) {