Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

chore: add live demo #126

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<h1>React Canvas Draw</h1>
<h1>React Canvas Draw</h1>
</div>

> A simple yet powerful canvas-drawing component for React ([Demo](https://embiem.github.io/react-canvas-draw/))
Expand All @@ -10,7 +10,15 @@

[![Watch on GitHub][github-watch-badge]][github-watch] [![Star on GitHub][github-star-badge]][github-star] [![Tweet][twitter-badge]][twitter]

[![Edit 6lv410914w](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/6lv410914w)
<p align="center">
<img src="https://user-images.githubusercontent.com/6365230/135788278-cb3b7715-108a-404e-999f-5e580e0b1e77.gif" />
</p>

<p align="center">
<a href="https://codesandbox.io/s/6lv410914w">
<img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="Edit 6lv410914w" />
</a>
</p>

## Installation

Expand Down