FiratUsta / Chromora

A lightweight and fast color palette generator built using pure HTML, CSS & JS .
GNU General Public License v3.0
5 stars 3 forks source link

Export option improvements #3

Closed FiratUsta closed 11 months ago

FiratUsta commented 12 months ago

Print Export

The current print export layout is not very pleasing to the eye, or ink efficient. Improvements should be made to the layout in order to improve efficiency and aesthetics. (Implemented in #14 )

Image export

The current image export is very barebones. If the exported image was a "copy" of the palette display, the user could get more information and a more consistent output. (Implemented in #15)

Additional export options

Currently, there are only options to export the entire palette. A feature to only export individual colors could be useful.

The immediate idea is to make it so that each value present on the swatch (RGB, HSV, HEX and color name) is clickable, and on click copies its values to the clipboard. For mobile, the idea is to make this available once a swatch is expanded to prevent accidentally copying values and overriding a user's clipboard. (Implemented in #9)

Suggestions welcome.

FiratUsta commented 11 months ago

Closed with commits #9, #14 and #15.