Make any image into a dot matrix output using code. Minimal styling including ability to set the text color to change dots. This needs more work on interface and alignment but as a MVP is ready to release and that’s point of these experiments.
Telex project to explore is here.
Prompt
Create a WordPress block that converts uploaded images into black and white dot matrix representations. The block should accept a single image upload in the editor and display the original image with a "Convert to Dot Matrix" button. On the frontend, show only the processed dot matrix version using CSS and HTML elements without external libraries. Use native WordPress components for the image uploader and basic styling. The dot matrix effect should use small circular dots with varying sizes based on pixel brightness, creating a halftone newspaper-style appearance. Include a simple resolution control slider in the editor to adjust dot density. The output should be purely black dots on white background with no additional styling or decorative elements. Ensure the block works responsively and maintains aspect ratio of the original image.