Box shadow pixel art drawing app

Hello, I am trying to create a css box shadow pixel art generator app. I am running into some walls with this project. I am wandering if you could take a look at my code and let me know what you think.

Thanks,

Evan

What are the Specific problems that you are encountering. If you can list them out, I’m sure that Someone on here can help you find a solution.


YEah. when I click on a tile, I’m pushing the values of the tile to a new array called boxShadowArray. I’m trying to check if the value already exists in the array or not. if the value exists, i’d like to update the color. I’ve found a few different ways to do this, and maybe it would be easier if I were working with an object as opposed to an array? Any thoughts out there?

Thanks,

Evan

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.