UNPKG
@umutyaldiz/hopejs
Version:
latest (0.0.14)
0.0.14
0.0.13
0.0.12
0.0.11
0.0.4
0.0.3
0.0.2
0.0.1
Frontend Javascript Builder
github.com/umutyaldiz/HopeJS
umutyaldiz/HopeJS
@umutyaldiz/hopejs
/
src
/
components
/
lazyLoad
/
index.js
10 lines
•
240 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export default
class
LazyLoad
{
constructor
() {
this
.options =
null
;
this
.lazy =
null
; } Init(options) {
this
.options = options;
this
.lazy = new
this
.options.plugin(
this
.options); } }