- Create an SVG Rectangle based on pixel values.
- Copy the SVG to the clipboard.
- Create a grid of selectable SVGs at different sizes, based on an 8px grid system.
- Create a theme toggle with options for color/hue selection.
- Create a toggle to change the grid system from 8 pts to another value, e.g., 5 pts.
- Copy all increments to the clipboard.
- Improve some of the language within the extension, leveraging this article as a resource.
- All increments put some of the stroke to the outside. Figure out a way to put the stroke on the inside of the shape. So far it seems like this isn't possible with SVGs see stack overflow thread.
- Enable copying as HTML/CSS in addition to SVG.
- Implement copying as a Figma Frame (AutoLayout Component).
- Create and store user preferences for color, font, etc.
- Add an option to generate a grid system based on user preferences.