1 Open Issue Need Help Last updated: Jul 31, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to debug the `air-convert` utility. The utility converts HTML to a Python representation using an AirTags library. Currently, when processing an SVG file, it generates invalid Python code. The issue is specifically with the conversion of an SVG file containing a complex path element. The solution likely involves improving the SVG parsing and Python code generation within the `air-convert` tool to correctly handle complex SVG paths.

Complexity: 4/5
bug good first issue help wanted

Utility for converting HTML to Air Tags

Python