UNPKG
render-img-h
Version:
latest (1.0.0)
1.0.0
for learn npm
github.com/HusniddinJamoliddinov/render-img-h
HusniddinJamoliddinov/render-img-h
render-img-h
/
README.md
21 lines
(13 loc)
•
265 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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); ```