You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Read the reference documentation for this version here](https://victorvoid.github.io/placeload.js/#documentation)
93
+
94
+
```sh
95
+
$ npm install placeload.js@0.0.1
96
+
```
97
+
98
+
```js
99
+
var placeUserUI =newPlaceload('.user-placeload');
100
+
placeUserUI.draw({
101
+
width:'300px',
102
+
height:'200px'
103
+
});
104
+
105
+
placeUserUI.draw({
106
+
width:'400px',
107
+
height:'20px',
108
+
marginTop:'10px'
109
+
});
110
+
111
+
placeUserUI.draw({
112
+
width:'400px',
113
+
height:'20px',
114
+
marginTop:'10px'
115
+
});
116
+
117
+
placeUserUI.draw({
118
+
width:'250px',
119
+
height:'20px',
120
+
marginTop:'10px'
121
+
});
122
+
```
123
+
88
124
Authors
89
125
--------
90
126
The repo is written and maintained by [Victor Igor](https://github.com/victorvoid). Other contributors that have submitted something, in alphabetical order:
0 commit comments