docs: update docs

This commit is contained in:
chenshenhai 2021-07-31 16:05:18 +08:00
parent 727a71a713
commit 2f921bf51e
3 changed files with 28 additions and 5 deletions

View file

@ -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/)

View file

@ -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

View file

@ -1,3 +1,25 @@
# idraw
<h1 align="center">iDraw.js</h1>
[![Node.js CI](https://github.com/idrawjs/idraw/actions/workflows/node.js.yml/badge.svg?branch=main)](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>
<!-- [![Node.js CI](https://github.com/idrawjs/idraw/actions/workflows/node.js.yml/badge.svg?branch=main)](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/)