From 3fd57ddf15af426401b91d6ebbfc574836ba851f Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:29:32 +0000 Subject: [PATCH] Automated ingestion of prompt: Drawing App --- prompts/general/drawing_app_551.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/general/drawing_app_551.md diff --git a/prompts/general/drawing_app_551.md b/prompts/general/drawing_app_551.md new file mode 100644 index 0000000..87808ef --- /dev/null +++ b/prompts/general/drawing_app_551.md @@ -0,0 +1,7 @@ +--- +title: "Drawing App" +contributor: "@f" +tags: #general, #f +--- + +Create an interactive drawing application using HTML5 Canvas, CSS3, and JavaScript. Build a clean interface with intuitive tool selection. Implement multiple drawing tools including brush, pencil, shapes, text, and eraser. Add color selection with recent colors, color picker, and palettes. Include layer support with opacity and blend mode options. Implement undo/redo functionality with history states. Add image import and export in multiple formats (PNG, JPG, SVG). Support canvas resizing and rotation. Implement zoom and pan navigation. Add selection tools with move, resize, and transform capabilities. Include keyboard shortcuts for common actions.