https://github.com/lxsmnsyc/baybayin
A simple in-browser code editor
https://github.com/lxsmnsyc/baybayin
code-editor editor shikijs syntax-highlighting
Last synced: 3 months ago
JSON representation
A simple in-browser code editor
- Host: GitHub
- URL: https://github.com/lxsmnsyc/baybayin
- Owner: lxsmnsyc
- License: mit
- Created: 2021-07-31T04:42:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T15:02:00.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T09:05:42.624Z (3 months ago)
- Topics: code-editor, editor, shikijs, syntax-highlighting
- Language: TypeScript
- Homepage:
- Size: 351 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# baybayin
> A simple in-browser code editor
## Packages
| Package | Version | Example | Notes |
| --- | --- | --- | --- |
| [`baybayin`](https://github.com/lxsmnsyc/baybayin/tree/main/packages/baybayin) | [](https://www.npmjs.com/package/baybayin) | [](https://codesandbox.io/s/github/lxsmnsyc/baybayin/tree/main/examples/vanilla-demo) | Vanilla demo |
| [`react-baybayin`](https://github.com/lxsmnsyc/baybayin/tree/main/packages/react-baybayin) | [](https://www.npmjs.com/package/react-baybayin) | [](https://codesandbox.io/s/github/lxsmnsyc/baybayin/tree/main/examples/react-demo) | React demo |
| [`preact-baybayin`](https://github.com/lxsmnsyc/baybayin/tree/main/packages/preact-baybayin) | [](https://www.npmjs.com/package/preact-baybayin) | [](https://codesandbox.io/s/github/lxsmnsyc/baybayin/tree/main/examples/preact-demo) | Preact demo |## To be added
- support for Vue
- support for SolidJS## License
MIT © [lxsmnsyc](https://github.com/lxsmnsyc)