UNPKG

themer

Version:

Customizable theme creator for editors, terminals, wallpaper, and more.

5 lines (4 loc) 156 B
import type { Template } from './index.js'; export declare function toData(hex: string): string; declare const template: Template; export default template;