From 2f921bf51ec6c896b62b5e1f2bdbc65972baf1a6 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sat, 31 Jul 2021 16:05:18 +0800 Subject: [PATCH] docs: update docs --- README.md | 2 +- docs/todo/core.md | 5 +++-- packages/idraw/README.md | 26 ++++++++++++++++++++++++-- 3 files changed, 28 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 22db98d..290ee06 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,5 @@
-- Documents `// TODO` +- [Documents](https://idrawjs.github.io/docs/en/) | [中文文档](https://idrawjs.github.io/docs/zh/) (`//TODO`) - [Playground](https://idrawjs.github.io/playground/) \ No newline at end of file diff --git a/docs/todo/core.md b/docs/todo/core.md index 6e20974..3b5b67f 100644 --- a/docs/todo/core.md +++ b/docs/todo/core.md @@ -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 diff --git a/packages/idraw/README.md b/packages/idraw/README.md index 072d6e6..290ee06 100644 --- a/packages/idraw/README.md +++ b/packages/idraw/README.md @@ -1,3 +1,25 @@ -# idraw +

iDraw.js

-[![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) \ No newline at end of file +

iDraw.js is a simple JavaScript framework for Drawing on the web.

+ + +

+ + CI + + + + Version + + + License + +

+ + + + +
+ +- [Documents](https://idrawjs.github.io/docs/en/) | [中文文档](https://idrawjs.github.io/docs/zh/) (`//TODO`) +- [Playground](https://idrawjs.github.io/playground/) \ No newline at end of file