Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T09:00:59.000Z (11 months ago)
- Last Synced: 2024-05-12T00:16:04.911Z (8 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: 105 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cursed Pixels
![Cursed Pixels Demo](https://github.com/CursedPrograms/cursed-pixels/blob/main/cursed-pixels-demo.png)
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!