UNPKG

@prostojs/dye

Version:

Easy and light console styling tool

13 lines (12 loc) 260 B
import { createDyeReplacements } from "./common.mjs"; //#region src/plugins/vite.ts function vitePlugin() { return { name: "@prostojs/dye", config() { return { define: createDyeReplacements() }; } }; } //#endregion export { vitePlugin as default };