UNPKG

render-img-h

Version:
21 lines (13 loc) 265 B
# render-img-h ## install `npm install render-img-h` ### using ```html <div class="wrapper"></div> ``` ```js "use strict" import { renderBox } from "./index.js" const wrapper = document.querySelector(".wrapper"); renderBox(wrapper); ```