UNPKG

@prostojs/dye

Version:

Easy and light console styling tool

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