@mdwrk/extension-theme-studio
v1.2.2
Published
First-party theme authoring extension for MdWrk with token inspection, live renderer/editor previews, apply/revert flow, and export helpers.
Maintainers
Readme
@mdwrk/extension-theme-studio
Theme authoring extension
This package provides the first-party theme authoring extension for token inspection, preview, apply/revert flow, and export helpers.
Why
Use it when you want theme editing to live inside the extension system and remain aligned to the shared token contract.
What
- Theme drafting and export helpers.
- Bundled views, services, and settings for theme authoring.
- A concrete consumer of the theme contract and shared token packages.
Installation
Node.js 20.x through 22.x, matching the workspace engine contract in the root package manifest.
npm install @mdwrk/extension-theme-studio @mdwrk/theme-contractUsage
Load it into a host that implements the MdWrk theme APIs and wants a first-party authoring panel.
Related
- Packages index - family and package navigation
- Root README - repo overview
