We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d4da3 commit befe311Copy full SHA for befe311
README.md
@@ -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