Skip to content

Commit befe311

Browse files
authored
Create README.md
1 parent 07d4da3 commit befe311

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Paint Program
2+
## Introduction
3+
Link: <a href = "https://ellienguyen.github.io/paint-program">ellienguyen.github.io/paint-program</a>
4+
5+
This is a simple paint program based on Eloquent JS's Chapter 19 with implementation of flood fill scanline algorithm
6+
7+
## Features:
8+
- Basic paint features (line, spray)
9+
- Load images from file and URL
10+
- Fill and clear fill an area
11+
12+
## Looking for contribution
13+
* Optimize flood fill algorithm
14+
* Add more features
15+
* Responsive design
16+
17+
## Creators
18+
Ellie Nguyen <a href = "https://github.com/ellienguyen">@ellienguyen</a>

0 commit comments

Comments
 (0)