fosslife / devtools-x

Collection of offline first developer utilities available as non-electron desktop application. all in one place, cross-platform, 10MB app!
https://devtools.fosslife.com/
MIT License
1.13k stars 54 forks source link

[Feature request] Theme/Token Exporter #109

Open ThijsZijdel opened 2 months ago

ThijsZijdel commented 2 months ago

A theme/token exporter that seamlessly Integrates with the visual and UI modules of devtools-x

Screenshot 2024-09-03 at 23 31 22

Context

As a developer (/designer), I need a tool to efficiently manage and export design themes and tokens in various formats. Additionally, having a typography scale creator and previewer will streamline the design process.

Scope

Current progress

Color conversions are mostly ready, currently working on the ui & typography exports.

import {
  cssConverter,
  javascriptConverter,
  jsonConverter,
  phpConverter,
  rawConverter,
  sassConverter,
  scssConverter,
  swiftConverter,
  tailwindConverter,
  tokenConverter,
  typeScriptConverter,
  xmlConverter,
  yamlConverter,
} from "@/utils/tokens/converter";

Preview

Screenshot 2024-09-03 at 22 53 54 Screenshot 2024-09-03 at 22 54 53