> the future is bright
npm install bright> the future is bright
``bash`
npm install bright
Use it from a server component, for example in Next.js app/page.js:
`js
import { Code } from "bright"
export default function Page() {
return print("hello brightness")
}
``
Docs: https://bright.codehike.org
- Thanks LEI Zongmin for providing the bright npm package name
MIT