mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 17:48:23 +00:00
docs: update readme
This commit is contained in:
parent
f0d77faa2f
commit
623077a8e5
2 changed files with 15 additions and 3 deletions
18
README.md
18
README.md
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
<p align="center">iDraw.js is a simple JavaScript framework for Drawing on the web.</p>
|
||||
|
||||
<p align="center">一个面向Web绘图的JavaScript框架</p>
|
||||
|
||||
|
||||
<p align="center"><a href="https://idraw.js.org">idraw.js.org</a></p>
|
||||
|
||||
|
|
@ -20,21 +22,31 @@
|
|||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- [](https://github.com/idrawjs/idraw/actions/workflows/node.js.yml) -->
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
- [Documents](https://idrawjs.github.io/docs/en/) | [中文文档](https://idrawjs.github.io/docs/zh/)
|
||||
- [Online Playground](https://idrawjs.github.io/playground/)
|
||||
- [Online Studio](https://idrawjs.github.io/studio/)
|
||||
- [Documents](https://idraw.js.org/docs/en/) | [中文文档](https://idraw.js.org/docs/zh/)
|
||||
- [Online Playground](https://idraw.js.org/playground/) | [在线API示例](https://idraw.js.org/playground/)
|
||||
- [Online Studio](https://idraw.js.org/studio/) | [在线绘图演示](https://idraw.js.org/studio/)
|
||||
|
||||
## @idraw/studio Preview
|
||||
|
||||
The preview of `@idraw/studo`. Click [here](https://github.com/idrawjs/studio) to get it.
|
||||
|
||||
<div style="text-align: center">
|
||||
<img src="./assets/preview/idraw-studio-preview.png" width="300" />
|
||||
</div>
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
npm i idraw
|
||||
```
|
||||
|
||||
## Getting Started
|
||||
|
||||
```js
|
||||
|
|
|
|||
BIN
assets/preview/idraw-studio-preview.png
Normal file
BIN
assets/preview/idraw-studio-preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 722 KiB |
Loading…
Reference in a new issue