update: replace Draw with Paint image editor
- Remove Draw tool (whiteboard/diagrams) - Add Paint image editor (paint.kit.pivoine.art) - Features: multi-layer canvas, drawing tools, 50+ filters - Inspired by miniPaint, built with modern web technologies - Update icon to paintbrush - Keep gradient-pink-rose styling 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -135,7 +135,7 @@ Tailwind CSS 4 uses a new CSS-first configuration approach:
|
|||||||
- **Pastel** - Modern color manipulation toolkit with palette generation and accessibility testing
|
- **Pastel** - Modern color manipulation toolkit with palette generation and accessibility testing
|
||||||
- **Audio** - Professional browser-based audio editor with multi-track editing, effects, and analysis (WAV, MP3, OGG, FLAC export)
|
- **Audio** - Professional browser-based audio editor with multi-track editing, effects, and analysis (WAV, MP3, OGG, FLAC export)
|
||||||
- **Units** - Smart unit converter with 187 units across 23 categories (length, mass, temperature, etc.)
|
- **Units** - Smart unit converter with 187 units across 23 categories (length, mass, temperature, etc.)
|
||||||
- **Draw** - Virtual whiteboard for sketching hand-drawn style diagrams (flowcharts, wireframes, collaborative editing)
|
- **Paint** - Modern browser-based image editor with multi-layer canvas, drawing tools, and 50+ filters (inspired by miniPaint)
|
||||||
- **Figlet** - ASCII art text generator with 373 fonts (text banners, terminal art, retro designs)
|
- **Figlet** - ASCII art text generator with 373 fonts (text banners, terminal art, retro designs)
|
||||||
|
|
||||||
## CI/CD Pipeline
|
## CI/CD Pipeline
|
||||||
|
|||||||
@@ -61,15 +61,16 @@ const tools = [
|
|||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Draw',
|
title: 'Paint',
|
||||||
description: 'Virtual whiteboard for sketching hand-drawn style diagrams. Create flowcharts, wireframes, and visual brainstorming with collaborative editing.',
|
description: 'Modern browser-based image editor with multi-layer canvas, drawing tools, and 50+ filters. Inspired by miniPaint, built for the modern web with full editing capabilities.',
|
||||||
url: 'https://draw.kit.pivoine.art',
|
url: 'https://paint.kit.pivoine.art',
|
||||||
gradient: 'gradient-pink-rose',
|
gradient: 'gradient-pink-rose',
|
||||||
accentColor: '#ec4899',
|
accentColor: '#ec4899',
|
||||||
badges: ['Open Source', 'Collaborative', 'Free'],
|
badges: ['Open Source', 'Image Editor', 'Free'],
|
||||||
icon: (
|
icon: (
|
||||||
<svg className="w-12 h-12 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg className="w-12 h-12 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z" />
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m11 10l3 3m-7.5 8A3.5 3.5 0 1 0 3 17.5a2.62 2.62 0 0 1-.708 1.792A1 1 0 0 0 3 21z" />
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9.969 17.031L21.378 5.624a1 1 0 0 0-3.002-3.002L6.967 14.031" />
|
||||||
</svg>
|
</svg>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user