https://github.com/cursedprograms/cursed-pixels
Cursed Pixels contains the source code for a basic canvas drawing application built using HTML and JavaScript. The application allows users to draw on a canvas element, change brush colors and sizes, and load images onto the canvas.
https://github.com/cursedprograms/cursed-pixels
css drag-and-drop drawing drawing-app drawing-application html html-canvas image-processing js paint paint-application webdevelopment website website-design
Last synced: 29 days ago
JSON representation
Cursed Pixels contains the source code for a basic canvas drawing application built using HTML and JavaScript. The application allows users to draw on a canvas element, change brush colors and sizes, and load images onto the canvas.
- Host: GitHub
- URL: https://github.com/cursedprograms/cursed-pixels
- Owner: CursedPrograms
- License: mit
- Created: 2023-12-16T18:25:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-05T16:37:48.000Z (8 months ago)
- Last Synced: 2025-03-29T16:41:30.691Z (about 2 months ago)
- Topics: css, drag-and-drop, drawing, drawing-app, drawing-application, html, html-canvas, image-processing, js, paint, paint-application, webdevelopment, website, website-design
- Language: JavaScript
- Homepage: https://cursedprograms.github.io/cursed-pixels/
- Size: 108 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
# Cursed Pixels

Cursed Pixels is a simple canvas drawing application built using HTML, JavaScript, and CSS. This application allows users to draw on a canvas, change brush colors and sizes, and load images onto the canvas.
## Demo
Check out the live demo: [Cursed Pixels Demo](https://cursedprograms.github.io/cursed-pixels/)
## Features
- **Canvas Drawing:** Users can draw on the canvas using various brush sizes and colors.
- **Color Selection:** Choose from a variety of colors for your brush.
- **Brush Size:** Adjust the brush size to suit your drawing needs.
- **Image Loading:** Load images onto the canvas for further editing.## How to Use
1. Visit the [Cursed Pixels Demo](https://cursedprograms.github.io/cursed-pixels/).
2. Use the drawing tools to create your artwork.
3. Experiment with different brush sizes and colors.
4. Load images onto the canvas for additional editing.## Technologies Used
- HTML
- JavaScript
- CSS## Contributing
If you're interested in contributing to Cursed Pixels, feel free to fork the repository and submit a pull request. Contributions are always welcome!
## License
This project is licensed under the [MIT License](LICENSE).
---
Happy drawing!