Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 436 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 436 Bytes

the future is bright

Usage

npm install bright

Use it from a server component, for example in Next.js app/page.js:

import { Code } from "bright"

export default function Page() {
  return <Code lang="py">print("hello brightness")</Code>
}

Docs: https://bright.codehike.org

Credits

  • Thanks LEI Zongmin for providing the bright npm package name

License

MIT