mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
docs: update readme
This commit is contained in:
parent
042e34afca
commit
a0f3f73ead
1 changed files with 24 additions and 2 deletions
26
README.md
26
README.md
|
|
@ -1,3 +1,25 @@
|
|||
# idraw
|
||||
<h1 align="center">iDraw.js</h1>
|
||||
|
||||
[](https://github.com/idrawjs/idraw/actions/workflows/node.js.yml)
|
||||
<p align="center">iDraw.js is a simple JavaScript framework for Drawing on the web.</p>
|
||||
|
||||
|
||||
<p align="center">
|
||||
<a title="CI" href="https://github.com/idrawjs/idraw/actions/workflows/node.js.yml">
|
||||
<img src="https://github.com/idrawjs/idraw/actions/workflows/node.js.yml/badge.svg?branch=main" alt="CI">
|
||||
<a>
|
||||
|
||||
<a href="https://www.npmjs.com/package/idraw">
|
||||
<img src="https://img.shields.io/npm/v/vue.svg?sanitize=idraw" alt="Version">
|
||||
</a>
|
||||
<a href="https://www.npmjs.com/package/idraw">
|
||||
<img src="https://img.shields.io/npm/l/idraw.svg?sanitize=true" alt="License">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
<!-- [](https://github.com/idrawjs/idraw/actions/workflows/node.js.yml) -->
|
||||
|
||||
<hr/>
|
||||
|
||||
- Documents `// TODO`
|
||||
- [Playground](https://idrawjs.github.io/playground/)
|
||||
Loading…
Reference in a new issue