render-box-6
v0.0.1
Published
`npm install render-box-6`
Downloads
2
Maintainers
Readme
RNDER-BOX-6
install
npm install render-box-6
using
import { renderBox } from "render-box-6";
const element = document.getElementById("selector");
const imgURL = "http://kun.uz";
renderBox(element, imgURL);