UNPKG

rampensau

Version:

Color ramp generator using curves within the HSL color model

9 lines (7 loc) 223 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { // environment: 'jsdom', // uncomment if you need DOM APIs globals: true, // Use global APIs like describe, it, expect }, });