Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
riversun committed Jun 9, 2020
1 parent a4feb4d commit 386ba48
Show file tree
Hide file tree
Showing 2 changed files with 580 additions and 12 deletions.
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,19 @@
It is an independent and lightweight multi-window library for javascript.

- You can create various floating windows (called **frame**) and popup windows.
- You can create [multi-window](https://riversun.github.io/jsframe/examples/v150/preset_win10.html) apps.
- You can create a [modal window](https://riversun.github.io/jsframe/examples/v150/modal.html).
- You can create a [toast](https://riversun.github.io/jsframe/examples/v150/toast.html).
- You can create [multi-window](https://riversun.github.io/jsframe/examples/v150/preset_win10.html) apps.


# DEMO
https://riversun.github.io/jsframe/examples/v150/preset_yosemite_auto.html
https://riversun.github.io/jsframe/examples/v150/preset_material.html
https://riversun.github.io/jsframe/examples/v150/preset_win10.html
https://riversun.github.io/jsframe/examples/v150/chatbot_ui.html

[![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/)

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

# Resources

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

# install
# Installing

## using npm

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

```html
<script src="https://cdn.jsdelivr.net/npm/jsframe.js@1.5.16/lib/jsframe.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jsframe.js/lib/jsframe.min.js"></script>
```

# Quick Start

## Create window

Here's is basic example of JSFrame.js to show a simple window.
Expand Down
Loading

0 comments on commit 386ba48

Please sign in to comment.