material-foundation / material-theme-builder

Visualize dynamic color and create a custom Material Theme.
https://material-foundation.github.io/material-theme-builder/
Apache License 2.0
363 stars 28 forks source link

Export colors as string arrays without other boilerplate #78

Closed Invertisment closed 1 year ago

Invertisment commented 1 year ago

Hey. Would it be possible export the color arrays? it seems problematic that I have to copy them one by one.

Just the arrays. This is fine: ["#ff0000", "#ff0000", ... , "#ff0000"]

margeeta commented 1 year ago

JSON has been added to exports!