render-img-h install npm install render-img-h using <div class="wrapper"></div> "use strict" import { renderBox } from "./index.js" const wrapper = document.querySelector(".wrapper"); renderBox(wrapper);