Skip to content

A basic pixel art maker made with TypeScript and PencilJS!

Notifications You must be signed in to change notification settings

atmosbear/PixelMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi! I'm Nate. Welcome to my pixel creator.

AS OF RIGHT NOW, THIS IS A WORK IN PROGRESS! I will update regularly.

I created this as a way to show some of my JavaScript and TypeScript skills.

Design Decisions: I chose not to use React for this because this project isn't complex enough for it - I could do it in React easily, though!

Features: - Fill tool - fills all the cells around the chosen cell - Save - the user can download the image to their computer - Pen tool - can draw with variable radius - Color switching - can choose any color to draw with - Erase tool - can erase the cells (also with a variable radius) - Clear canvas - can clear the canvas