Skip to content

Commit 386ba48

Browse files
committed
update readme
1 parent a4feb4d commit 386ba48

2 files changed

Lines changed: 580 additions & 12 deletions

File tree

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,19 @@
77
It is an independent and lightweight multi-window library for javascript.
88

99
- You can create various floating windows (called **frame**) and popup windows.
10+
- You can create [multi-window](https://riversun.github.io/jsframe/examples/v150/preset_win10.html) apps.
1011
- You can create a [modal window](https://riversun.github.io/jsframe/examples/v150/modal.html).
1112
- You can create a [toast](https://riversun.github.io/jsframe/examples/v150/toast.html).
12-
- You can create [multi-window](https://riversun.github.io/jsframe/examples/v150/preset_win10.html) apps.
13-
14-
15-
# DEMO
16-
https://riversun.github.io/jsframe/examples/v150/preset_yosemite_auto.html
17-
https://riversun.github.io/jsframe/examples/v150/preset_material.html
18-
https://riversun.github.io/jsframe/examples/v150/preset_win10.html
19-
https://riversun.github.io/jsframe/examples/v150/chatbot_ui.html
2013

14+
[![image](https://user-images.githubusercontent.com/11747460/84118038-62904280-aa6d-11ea-841b-060315c5710c.png)](https://riversun.github.io/JSFrame.js/public/examples/v160/preset-window-yosemite-desktop/)
2115

22-
[![ex00](https://riversun.github.io/jsframe/capture/img_01_yosemite.png)](https://riversun.github.io/jsframe/examples/ex00/index.html)
16+
It is licensed under [MIT](https://opensource.org/licenses/MIT) license.
2317

18+
# Resources
2419

25-
It is licensed under [MIT](https://opensource.org/licenses/MIT) license.
20+
- [Examples](https://riversun.github.io/JSFrame.js/public/)
2621

27-
# install
22+
# Installing
2823

2924
## using npm
3025

@@ -35,10 +30,11 @@ npm install jsframe.js --save
3530
## using with script tag
3631

3732
```html
38-
<script src="https://cdn.jsdelivr.net/npm/jsframe.js@1.5.16/lib/jsframe.min.js"></script>
33+
<script src="https://cdn.jsdelivr.net/npm/jsframe.js/lib/jsframe.min.js"></script>
3934
```
4035

4136
# Quick Start
37+
4238
## Create window
4339

4440
Here's is basic example of JSFrame.js to show a simple window.

0 commit comments

Comments
 (0)