GitHub
1.51k
Created 2 years ago, last commit a month ago
8 contributors
135 commits
Stars added on GitHub, month by month
1
2
3
4
5
6
7
8
9
10
11
12
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
+0.1
/day
Last month
+0.3
/day
Last 12 months
+0.9
/day
npmPackage on NPM
bright
1.0.0
Monthly downloads on NPM
1
2
3
4
5
6
7
8
9
10
11
12
2024
README

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