Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue requests the implementation of various export options for processed images within the Img2Num application. Users should be able to print images, save them in formats like SVG, PNG, JPG, or PDF, and generate a shareable link that allows the image to be re-edited in the application. The primary goal is to enable users to save and share their processed images.
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
AI Summary: The root project's `npm run dev` command currently watches the `docs` folder, which is a separate Docusaurus application, leading to slow reloads, increased CPU usage, and cluttered console output. The proposed solution is to configure Vite in the root project to entirely ignore the `docs` folder during development, build, and watch processes, and also add it to `.gitignore`.
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
AI Summary: This issue requests the implementation of a `GlassModal` component, built upon an existing `GlassPanel`. The modal should include core functionalities such as open/close logic, an overlay, Escape key handling, a close button, and appropriate ARIA attributes. Crucially, complex focus trapping is explicitly deferred or recommended via external libraries, keeping the initial implementation lightweight.
Convert images to SVG easily – high-quality bitmap to vector graphics library
AI Summary: The current GitHub Actions workflow for `/take` and `/untake` commands only recognizes them at the start of a comment, leading to user confusion and comment spam. This issue requests modifying the workflow to detect these commands anywhere in a comment (while ignoring code blocks). Additionally, instead of posting comments for these actions, the bot should assign/unassign the user to the issue, reducing noise and improving the user experience.
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
Convert images to SVG easily – high-quality bitmap to vector graphics library
AI Summary: Refactor the C++ code in the Img2Num project to improve the export mechanism for WebAssembly functions. The goal is to create a more robust and maintainable system that avoids accidental omissions of export directives and ensures compatibility with compilers other than Emscripten. This likely involves creating a more sophisticated solution than a simple macro, potentially using build system configurations or other techniques to manage exports.
Convert images to SVG easily – high-quality bitmap to vector graphics library
AI Summary: Refactor the existing React frontend of the Img2Num application to improve its layout and responsiveness using either Tailwind CSS or CSS Grid. This involves restructuring the existing components to better adapt to different screen sizes and orientations.
Convert images to SVG easily – high-quality bitmap to vector graphics library
AI Summary: Add a sample image, `sample.png`, to the project's `public` directory. Modify the React application to load and display this image by default upon startup, providing a user-interactive experience without requiring an immediate upload.
Convert images to SVG easily – high-quality bitmap to vector graphics library
AI Summary: Implement a grayscale conversion feature in the Img2Num application. This involves creating a new WebAssembly function in C++ to convert images to grayscale, updating the JavaScript to call this function, and adding a button to the React UI to trigger the conversion and display the result.
Convert images to SVG easily – high-quality bitmap to vector graphics library
AI Summary: Write a unit test using Jest, Vitest, or a similar framework to verify the correct functionality of the `invert_image` function in `image_utils.cpp`. The test should load a small, dummy image, pass it to the function, and assert that the output image is the pixel-perfect inversion of the input.
Convert images to SVG easily – high-quality bitmap to vector graphics library
AI Summary: Implement a loading indicator, ideally a reusable React component, to provide feedback to the user while an image is being processed by the WebAssembly module in the Img2Num application. This involves displaying a spinner or text message during the processing time, improving the user experience.
Convert images to SVG easily – high-quality bitmap to vector graphics library
AI Summary: Integrate Prettier into the Img2Num project to format all JavaScript, JSX, TypeScript, TSX, and JSON files according to a specified configuration. This involves installing Prettier, configuring it with the provided settings, and running it on the codebase.
Convert images to SVG easily – high-quality bitmap to vector graphics library
AI Summary: Add an .editorconfig file to the root of the Img2Num project with specified settings for consistent code style across different editors and developers. This involves creating the file and adding the provided configuration details.
Convert images to SVG easily – high-quality bitmap to vector graphics library