UNPKG

@platformatic/scalar-theme

Version:

Platformatic's Scalar theme for @scalar/fastify-api-reference

7 lines (5 loc) 179 B
import { readFile } from 'node:fs/promises' import { join } from 'node:path' export default { theme: await readFile(join(import.meta.dirname, 'static', 'theme.css'), 'utf8') }