Skip to content

Commit b81009c

Browse files
authored
Update README.md
1 parent 3981783 commit b81009c

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

+36
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,42 @@ API.getUsers()
8585

8686
- [Examples here](https://github.com/victorvoid/placeload.js/tree/master/examples)
8787

88+
89+
Placeload 0.0.1 (OLD API) :see_no_evil:
90+
--------
91+
92+
[Read the reference documentation for this version here](https://victorvoid.github.io/placeload.js/#documentation)
93+
94+
```sh
95+
$ npm install [email protected]
96+
```
97+
98+
```js
99+
var placeUserUI = new Placeload('.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+
88124
Authors
89125
--------
90126
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

Comments
 (0)