A production-ready Kotlin service that transforms code snippets into beautiful, syntax-highlighted images. Choose between macOS and Material Design aesthetics for your perfect visual style.

2 Open Issues Need Help Last updated: Aug 13, 2025

Open Issues Need Help

View All on GitHub
Web Development Backend

AI Summary: This issue proposes exposing existing `ImageConfiguration` preset methods through a new API, introducing a `preset` parameter. It specifically requires integrating `lightTheme()`, `presentation()` (1920x1080, 24px), and `compact()` (800x600, 14px) presets. The task also includes adding preset validation, integrating the feature with both existing design systems, adding tests, and updating documentation.

Complexity: 3/5
enhancement good first issue ready-to-code

A production-ready Kotlin service that transforms code snippets into beautiful, syntax-highlighted images. Choose between macOS and Material Design aesthetics for your perfect visual style.

Kotlin
Web Development Backend

AI Summary: This issue aims to implement light theme support by integrating an existing `ImageConfiguration.lightTheme()` method. It involves adding a new API parameter with validation, integrating the theme into both macOS and Material Design renderers, and updating tests and API documentation.

Complexity: 4/5
enhancement good first issue ready-to-code

A production-ready Kotlin service that transforms code snippets into beautiful, syntax-highlighted images. Choose between macOS and Material Design aesthetics for your perfect visual style.

Kotlin