UNPKG

itk-vtk-image-viewer

Version:
13 lines (9 loc) 274 B
import style from './ItkVtkImageViewer.mcss'; import logoIcon from './icons/logo.png'; function addLogo(uiContainer) { const logo = new Image(); logo.src = logoIcon; logo.setAttribute('class', style.logo); uiContainer.appendChild(logo); } export default addLogo;