Skip to content

Commit 5e91a08

Browse files
committed
chore(cleanup)
1 parent 5a9762c commit 5e91a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/build-a-pixel-art-creator-with-html-css-and-javascript/build-a-pixel-art-creator-with-html-css-and-javascript.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ tags:
2121

2222
## Introduction
2323

24-
Ever wanted to make your own pixel art like the sprites in classic video games like Super Mario and indie games like Stardew Valley? What if you could build the entire drawing tool yourself, right in the browser?
24+
Have you ever wondered what it's like to make your own pixel art like the sprites in classic video games like Super Mario and indie games like Stardew Valley? What if you could build the entire drawing tool yourself, right in the browser?
2525

2626
In this project tutorial, we'll build a **Pixel Art Creator**, a fully functional drawing app where you can paint pixel art on a grid canvas, pick colors, fill regions, and export your creation as a PNG image!
2727

28-
You will learn about the following concepts in this tutorial:
28+
You will learn about the following concepts:
2929

3030
- How the HTML5 **Canvas API** works and how to draw shapes with it.
3131
- How to use **2D arrays** to represent a grid of pixels in memory.

0 commit comments

Comments
 (0)