mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 17:48:23 +00:00
docs: update docs
This commit is contained in:
parent
727a71a713
commit
2f921bf51e
3 changed files with 28 additions and 5 deletions
|
|
@ -21,5 +21,5 @@
|
|||
|
||||
<hr/>
|
||||
|
||||
- Documents `// TODO`
|
||||
- [Documents](https://idrawjs.github.io/docs/en/) | [中文文档](https://idrawjs.github.io/docs/zh/) (`//TODO`)
|
||||
- [Playground](https://idrawjs.github.io/playground/)
|
||||
|
|
@ -1,10 +1,11 @@
|
|||
# @idraw/core
|
||||
|
||||
* [] Config usage in all code
|
||||
* [] is/check add circle and html
|
||||
* [] Element default data
|
||||
* [] Support gradient color
|
||||
* [] Listen keyboard action
|
||||
* [] Keep all num two decimals
|
||||
* [x] Config usage in all code
|
||||
* [x] is/check add circle and html
|
||||
* [x] make idraw.draw() private
|
||||
* [x] remove idraw.initData()
|
||||
* Support Element's render
|
||||
|
|
|
|||
|
|
@ -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/idraw.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](https://idrawjs.github.io/docs/en/) | [中文文档](https://idrawjs.github.io/docs/zh/) (`//TODO`)
|
||||
- [Playground](https://idrawjs.github.io/playground/)
|
||||
Loading…
Reference in a new issue